mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
960a024d3d
commit
01188462d5
|
@ -60,7 +60,6 @@ namespace nla {
|
|||
++c().lra.settings().stats().m_nla_propagate_bounds;
|
||||
if (c().params().arith_nl_internal_bounds()) {
|
||||
auto* d = dep.get_upper_dep(range);
|
||||
TRACE("arith", tout << "upper " << cmp << " " << upper << "\n");
|
||||
propagate_bound(v, cmp, upper, d);
|
||||
}
|
||||
else {
|
||||
|
@ -82,7 +81,6 @@ namespace nla {
|
|||
if (c().params().arith_nl_internal_bounds()) {
|
||||
auto* d = dep.get_lower_dep(range);
|
||||
propagate_bound(v, cmp, lower, d);
|
||||
TRACE("arith", tout << v << " " << cmp << " " << lower << "\n");
|
||||
}
|
||||
else {
|
||||
lp::explanation ex;
|
||||
|
|
Loading…
Reference in a new issue