mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 02:41:27 +00:00
expose missed propagations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e0e7836c12
commit
edea879864
3 changed files with 6 additions and 4 deletions
|
|
@ -1556,7 +1556,7 @@ namespace sat {
|
|||
m_learned.push_back(c);
|
||||
}
|
||||
else {
|
||||
SASSERT(s().at_base_lvl());
|
||||
SASSERT(!m_solver || s().at_base_lvl());
|
||||
m_constraints.push_back(c);
|
||||
}
|
||||
literal lit = c->lit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue