3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

fix the test build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-02-10 07:36:07 -10:00 committed by Lev Nachmanson
parent 79e3f8ab39
commit 8a9edd1aa7

View file

@ -1704,7 +1704,9 @@ void test_dio() {
//lp_assert(solver.get_status() == lp_status::OPTIMAL); //lp_assert(solver.get_status() == lp_status::OPTIMAL);
enable_trace("dioph_eq"); enable_trace("dioph_eq");
enable_trace("dioph_eq_fresh"); enable_trace("dioph_eq_fresh");
#ifdef Z3DEBUG
auto r = i_solver.dio_test(); auto r = i_solver.dio_test();
#endif
} }
#ifdef Z3DEBUG #ifdef Z3DEBUG