3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 19:47:52 +00:00

Use quick explain for unsat core in Fu Malik algorithm by default

This commit is contained in:
Anh-Dung Phan 2013-11-15 16:58:42 -08:00
parent 074e851d49
commit c837f62863
3 changed files with 39 additions and 4 deletions

View file

@ -79,6 +79,7 @@ namespace opt {
static opt_solver& to_opt(solver& s);
void set_interim_stats(statistics & st);
bool is_dumping_benchmark();
class toggle_objective {
opt_solver& s;