mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
prepare for theory plugins
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
141edef0d6
commit
116390833b
27 changed files with 492 additions and 336 deletions
|
@ -2499,7 +2499,7 @@ namespace sat {
|
|||
uf.merge((~u).index(), (~v).index());
|
||||
VERIFY(!m_s.was_eliminated(u.var()));
|
||||
VERIFY(!m_s.was_eliminated(v.var()));
|
||||
m_s.mk_clause(~u, v, true);
|
||||
m_s.mk_clause(~u, v, sat::status::redundant());
|
||||
}
|
||||
else {
|
||||
candidates[k] = candidates[j];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue