mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix #5663
This commit is contained in:
parent
3c16edc8d3
commit
b6f7deacf4
2 changed files with 7 additions and 7 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue