pub unsafe extern "C" fn Z3_solver_get_assertions(
    c: Z3_context,
    s: Z3_solver
) -> Z3_ast_vector
Expand description

Return the set of asserted formulas on the solver.