mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
46c6a5492e
commit
eb0f318686
1 changed files with 3 additions and 0 deletions
|
@ -3551,6 +3551,9 @@ public:
|
|||
TRACE("arith", tout << "cannot get bound for v" << v << "\n";);
|
||||
st = lp::lp_status::UNBOUNDED;
|
||||
}
|
||||
else if (!m.limit().inc()) {
|
||||
st = lp::lp_status::UNBOUNDED;
|
||||
}
|
||||
else {
|
||||
vi = get_lpvar(v);
|
||||
st = lp().maximize_term(vi, term_max);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue