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:
parent
93410ccd81
commit
cd11b70864
4 changed files with 15 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue