mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
839d6fd5be
commit
1da64bfe4c
1 changed files with 2 additions and 0 deletions
|
@ -1777,6 +1777,8 @@ void context_t<C>::assert_units(node * n) {
|
|||
ineq * a = UNTAG(ineq*, *it);
|
||||
bool axiom = GET_TAG(*it) != 0;
|
||||
TRACE("subpaving_init", tout << "asserting: "; display(tout, a); tout << ", axiom: " << axiom << "\n";);
|
||||
if (a->x() == null_var)
|
||||
continue;
|
||||
propagate_bound(a->x(), a->value(), a->is_lower(), a->is_open(), n, justification(axiom));
|
||||
if (inconsistent(n))
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue