Skip to content

Commit d64dc93

Browse files
waywardmonkeysNikolajBjorner
authored andcommitted
Add note about minimized unsat cores to C API docs.
1 parent 9949f16 commit d64dc93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/api/z3_api.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6559,6 +6559,11 @@ extern "C" {
65596559
\brief Retrieve the unsat core for the last #Z3_solver_check_assumptions
65606560
The unsat core is a subset of the assumptions \c a.
65616561
6562+
By default, the unsat core will not be minimized. Generation of a minimized
6563+
unsat core can be enabled via the `"sat.core.minimize"` and `"smt.core.minimize"`
6564+
settings for SAT and SMT cores respectively. Generation of minimized unsat cores
6565+
will be more expensive.
6566+
65626567
def_API('Z3_solver_get_unsat_core', AST_VECTOR, (_in(CONTEXT), _in(SOLVER)))
65636568
*/
65646569
Z3_ast_vector Z3_API Z3_solver_get_unsat_core(Z3_context c, Z3_solver s);

0 commit comments

Comments
 (0)