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:
parent
074e851d49
commit
c837f62863
3 changed files with 39 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue