Z3_mappings.SolverSourcemake ?params ?logic () creates a new solver with optional parameters params and logic logic.
add_simplifier solver adds a simplifier to the solver solver.
add solver exprs adds the expressions exprs to the solver solver.
check solver ~assumptions checks the satisfiability of the solver solver with the given assumptions. Returns `Sat, `Unsat, or `Unknown.
model solver retrieves the model from the solver solver, if one exists.
get_statistics solver retrieves statistics from the solver solver.