mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
parent
3af2b36cd7
commit
ea915e5b37
2 changed files with 4 additions and 1 deletions
|
@ -1518,6 +1518,7 @@ namespace arith {
|
|||
|
||||
void solver::propagate_nla() {
|
||||
if (m_nla) {
|
||||
m_a1 = nullptr; m_a2 = nullptr;
|
||||
m_nla->propagate();
|
||||
add_lemmas();
|
||||
lp().collect_more_rows_for_lp_propagation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue