mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
enable qsat-opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19f98547f7
commit
ea201a776d
|
@ -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…
Reference in a new issue