pub fn new_solver() -> Box<dyn BvSolver>Expand description
Construct the configured solver:
- default:
OrdealSolver; - with the
z3-solverfeature compiled in andSYNTH_SOLVER_DIFF=1: the differential solver (ordeal checked against Z3 on every query).