mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 01:02:15 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
498864c582
commit
8da1d6070b
3 changed files with 21 additions and 5 deletions
|
@ -172,6 +172,7 @@ namespace sat {
|
|||
|
||||
void big::add_del(literal u, literal v) {
|
||||
if (u.index() > v.index()) std::swap(u, v);
|
||||
|
||||
m_del_bin[u.index()].push_back(v);
|
||||
}
|
||||
|
||||
|
@ -210,7 +211,6 @@ namespace sat {
|
|||
}
|
||||
wlist.set_end(itprev);
|
||||
}
|
||||
|
||||
s.propagate(false);
|
||||
return elim;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue