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:
parent
79e3f8ab39
commit
8a9edd1aa7
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue