mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
break sls build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2ecb1c8b94
commit
9b6c161ad2
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ namespace sls {
|
|||
if (!g.find(eq)) {
|
||||
euf::enode* args[2] = { g.find(a), g.find(b) };
|
||||
c = g.mk(eq, 0, 2, args);
|
||||
xx
|
||||
}
|
||||
g.merge(c, g.find(m.mk_false()), to_ptr(lit));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue