Skip to main content

clauses_to_expr

Function clauses_to_expr 

Source
pub fn clauses_to_expr(clauses: &[Vec<Lit>]) -> Option<ProofExpr>
Expand description

Build the CNF ProofExpr over atoms x{var} from raw clauses — the door into the certified prover, scalable (no cube). None on an empty clause or empty formula.