[][src]Type Definition batsat::BasicSolver

type BasicSolver = Solver<BasicCallbacks>;

Basic solver, with basic callbacks and no theory.

Use this if you just want a normal SAT solver.