Skip to content

Files

Latest commit

4a187a9 · Oct 12, 2022

History

History
7 lines (6 loc) · 393 Bytes

definitions.md

File metadata and controls

7 lines (6 loc) · 393 Bytes

Glossary with basic terms used in documentation

  • Variable — variable from initial problem. Example: x1; x3
  • Literal — variable with value. Example: -x1; -x2; x3
  • Clause — set of literals, Input is set of clauses. Example: (x1 x2 -x3)
  • Unit clause — clause with all false literals except one, which is undefined.
  • Lemma — clause created by analyzeConflict()