3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

handle monomial_bounds::unit_propagate()

This commit is contained in:
Lev Nachmanson 2023-08-31 17:35:41 -07:00
parent ff3268e636
commit 5509b468e9
3 changed files with 12 additions and 11 deletions

View file

@ -1812,9 +1812,7 @@ bool core::improve_bounds() {
}
void core::propagate(vector<lemma>& lemmas) {
// disable for now
return;
// propagate linear monomials
// propagate linear monomials, those that have all, or all but one, variables fixed
lemmas.reset();
m_lemma_vec = &lemmas;