mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 23:33:41 +00:00
enable qsat-opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19f98547f7
commit
ea201a776d
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ namespace opt {
|
||||||
normalize();
|
normalize();
|
||||||
internalize();
|
internalize();
|
||||||
update_solver();
|
update_solver();
|
||||||
#if 0
|
#if 1
|
||||||
if (is_qsat_opt()) {
|
if (is_qsat_opt()) {
|
||||||
return run_qsat_opt();
|
return run_qsat_opt();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue