mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
full exploration in horner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ef3ad55e0c
commit
d0ab508619
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ bool intervals::check_interval_for_conflict_on_zero_upper(const interval & i) {
|
||||||
svector<lp::constraint_index> expl;
|
svector<lp::constraint_index> expl;
|
||||||
m_dep_manager.linearize(i.m_upper_dep, expl);
|
m_dep_manager.linearize(i.m_upper_dep, expl);
|
||||||
_().current_expl().add_expl(expl);
|
_().current_expl().add_expl(expl);
|
||||||
|
TRACE("nla_cn", print_lemma(tout););
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue