3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

enable qsat-opt

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-06-11 10:39:27 -07:00
parent 19f98547f7
commit ea201a776d

View file

@ -225,7 +225,7 @@ namespace opt {
normalize();
internalize();
update_solver();
#if 0
#if 1
if (is_qsat_opt()) {
return run_qsat_opt();
}