Trait splr::solver::SolveIF

source ·
pub trait SolveIF {
    // Required method
    fn solve(&mut self) -> SolverResult;
}
Expand description

API to solve SAT problems.

Required Methods§

source

fn solve(&mut self) -> SolverResult

search an assignment.

§Errors

if solver becomes inconsistent by an internal error.

Implementors§