3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-11-12 11:36:42 -08:00
parent 3c16edc8d3
commit b6f7deacf4
2 changed files with 7 additions and 7 deletions

View file

@ -3477,7 +3477,10 @@ public:
st = lp::lp_status::FEASIBLE;
lp().restore_x();
}
if (m_nla && st == lp::lp_status::OPTIMAL) {
st = lp::lp_status::FEASIBLE;
lp().restore_x();
}
}
switch (st) {
case lp::lp_status::OPTIMAL: {