mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
add some code review comments, stubs for ule
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9df7e9a029
commit
572197aede
6 changed files with 15 additions and 16 deletions
|
@ -495,8 +495,10 @@ namespace polysat {
|
|||
backjump(m_justification[v].level()-1);
|
||||
for (unsigned i = m_cjust[v].size(); i < just.size(); ++i)
|
||||
push_cjust(v, just[i]);
|
||||
for (constraint* c : m_conflict)
|
||||
for (constraint* c : m_conflict) {
|
||||
push_cjust(v, c);
|
||||
c->narrow(*this);
|
||||
}
|
||||
m_conflict.reset();
|
||||
push_viable(v);
|
||||
m_viable[v] = viable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue