Module sat_rs::notation

source ·
Expand description

Collection of structs representing the notation used in the SAT solver

  • Literal - A struct representing a literal (atom)
  • Clause - A struct representing a clause
  • Formula - A struct representing a propositional formula

Structs

  • Struct representing a Clause
  • Struct representing a Propositional Formula
  • Struct representing a Literal. Also known as an atom.