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

fixing the bugs

This commit is contained in:
Lev Nachmanson 2023-09-07 15:59:20 -07:00
parent c43b99daae
commit c050af922f
6 changed files with 39 additions and 25 deletions

View file

@ -1532,8 +1532,6 @@ namespace smt {
bool max,
bool maintain_integrality,
bool& has_shared) {
return UNBOUNDED;
m_stats.m_max_min++;
unsigned best_efforts = 0;
bool inc = false;