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

Retrieve the unsat core for the last Z3_solver_check_assumptions The unsat core is a subset of the assumptions a.