pub unsafe extern "C" fn Z3_solver_assert(
c: Z3_context,
s: Z3_solver,
a: Z3_ast,
)Expand description
Assert a constraint into the solver.
The functions Z3_solver_check and Z3_solver_check_assumptions should be
used to check whether the logical context is consistent or not.