mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
parent
99d5215956
commit
4928c28e63
|
@ -3477,7 +3477,7 @@ public:
|
||||||
st = lp::lp_status::FEASIBLE;
|
st = lp::lp_status::FEASIBLE;
|
||||||
lp().restore_x();
|
lp().restore_x();
|
||||||
}
|
}
|
||||||
if (m_nla && st == lp::lp_status::OPTIMAL) {
|
if (m_nla && (st == lp::lp_status::OPTIMAL || st == lp::lp_status::UNBOUNDED)) {
|
||||||
st = lp::lp_status::FEASIBLE;
|
st = lp::lp_status::FEASIBLE;
|
||||||
lp().restore_x();
|
lp().restore_x();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue