mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
update arithmetic contract for unbounded (#5696)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9b4f3a7075
commit
fdc253afdd
2 changed files with 4 additions and 2 deletions
|
@ -3460,7 +3460,7 @@ public:
|
|||
st = lp::lp_status::UNBOUNDED;
|
||||
}
|
||||
else {
|
||||
if (!lp().is_feasible() || lp().has_changed_columns())
|
||||
if (!lp().is_feasible() || lp().has_changed_columns())
|
||||
make_feasible();
|
||||
|
||||
vi = get_lpvar(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue