Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Mar 21, 2022
1 parent 9011100 commit 4b14192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sat/smt/q_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ namespace q {
m_expanded.push_back(r);
return true;
}
if (r == q)
return false;
q = to_quantifier(r);
}
if (is_forall(q))
Expand Down

0 comments on commit 4b14192

Please sign in to comment.