3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-02 11:46:55 +00:00

add value-propagate flag to patch regression

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-01-23 12:09:49 +01:00
parent 93410ccd81
commit cd11b70864
4 changed files with 15 additions and 8 deletions

View file

@ -838,7 +838,7 @@ namespace polysat {
// SASSERT(m_bvars.value(lit) != l_true);
}
SASSERT(!clause.empty());
m_constraints.store(&clause, *this);
m_constraints.store(&clause, *this, true);
}
void solver::add_clause(unsigned n, signed_constraint* cs, bool is_redundant) {