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:
parent
ff3268e636
commit
5509b468e9
3 changed files with 12 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue