mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
fix build
This commit is contained in:
parent
a66362a933
commit
bef6f1a729
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ namespace euf {
|
|||
if (!is_app(e))
|
||||
continue;
|
||||
expr* c = nullptr, *th = nullptr, *el = nullptr;
|
||||
if (m.is_ite(e, c, th, el)) {
|
||||
if (m.is_ite(e, c, th, el) && get_enode(c)) {
|
||||
sat::literal lit = expr2literal(c);
|
||||
todo.push_back(c);
|
||||
switch (s().value(lit)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue