mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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;
|
++c().lra.settings().stats().m_nla_propagate_bounds;
|
||||||
if (c().params().arith_nl_internal_bounds()) {
|
if (c().params().arith_nl_internal_bounds()) {
|
||||||
auto* d = dep.get_upper_dep(range);
|
auto* d = dep.get_upper_dep(range);
|
||||||
TRACE("arith", tout << "upper " << cmp << " " << upper << "\n");
|
|
||||||
propagate_bound(v, cmp, upper, d);
|
propagate_bound(v, cmp, upper, d);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -82,7 +81,6 @@ namespace nla {
|
||||||
if (c().params().arith_nl_internal_bounds()) {
|
if (c().params().arith_nl_internal_bounds()) {
|
||||||
auto* d = dep.get_lower_dep(range);
|
auto* d = dep.get_lower_dep(range);
|
||||||
propagate_bound(v, cmp, lower, d);
|
propagate_bound(v, cmp, lower, d);
|
||||||
TRACE("arith", tout << v << " " << cmp << " " << lower << "\n");
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
lp::explanation ex;
|
lp::explanation ex;
|
||||||
|
|
Loading…
Reference in a new issue