Expand description
Basic formula data types used by the Varisat SAT solver.
Re-exports§
pub use cnf::CnfFormula;
pub use cnf::ExtendFormula;
pub use lit::Lit;
pub use lit::Var;
Modules§
- CNF formulas.
- Literals and variables.
Basic formula data types used by the Varisat SAT solver.
pub use cnf::CnfFormula;
pub use cnf::ExtendFormula;
pub use lit::Lit;
pub use lit::Var;