mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
remove dead code related to nla unit propagation
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
cf63e75898
commit
c5cfd62e0a
6 changed files with 16 additions and 95 deletions
|
@ -1836,17 +1836,6 @@ bool core::improve_bounds() {
|
|||
}
|
||||
return bounds_improved;
|
||||
}
|
||||
|
||||
void core::propagate(vector<lemma>& lemmas) {
|
||||
// propagate linear monomials, those that have all, or all but one, variables fixed
|
||||
lemmas.reset();
|
||||
m_lemma_vec = &lemmas;
|
||||
|
||||
m_monomial_bounds.unit_propagate();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
} // end of nla
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue