mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add facility to check for missing propagations
This commit is contained in:
parent
cafe3acff1
commit
bdac86501d
5 changed files with 109 additions and 11 deletions
|
@ -2158,7 +2158,6 @@ public:
|
|||
if (m_nla) {
|
||||
m_nla->propagate();
|
||||
add_lemmas();
|
||||
add_equalities();
|
||||
lp().collect_more_rows_for_lp_propagation();
|
||||
}
|
||||
}
|
||||
|
@ -2193,6 +2192,7 @@ public:
|
|||
assume_literal(i);
|
||||
for (const nla::lemma & l : m_nla->lemmas())
|
||||
false_case_of_check_nla(l);
|
||||
add_equalities();
|
||||
}
|
||||
|
||||
bool should_propagate() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue