mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 19:21:22 +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";);
|
TRACE("arith", tout << "cannot get bound for v" << v << "\n";);
|
||||||
st = lp::lp_status::UNBOUNDED;
|
st = lp::lp_status::UNBOUNDED;
|
||||||
}
|
}
|
||||||
|
else if (!m.limit().inc()) {
|
||||||
|
st = lp::lp_status::UNBOUNDED;
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
vi = get_lpvar(v);
|
vi = get_lpvar(v);
|
||||||
st = lp().maximize_term(vi, term_max);
|
st = lp().maximize_term(vi, term_max);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue