Skip to main content

solve_structured

Function solve_structured 

Source
pub fn solve_structured(num_vars: usize, clauses: &[Vec<Lit>]) -> Solved
Expand description

Decide clauses over num_vars variables, routing through every cheap specialist before CDCL — the fast default front-end. For the full arsenal (heavy algebraic + complete symmetry breaking before the fallback) use solve_comprehensive.