3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

fix build

This commit is contained in:
Nikolaj Bjorner 2021-03-02 13:51:58 -08:00
parent a66362a933
commit bef6f1a729
2 changed files with 2 additions and 2 deletions

View file

@ -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)) {