We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650d458 commit 00ec951Copy full SHA for 00ec951
src/solvers/smt2/smt2_conv.cpp
@@ -4742,11 +4742,15 @@ void smt2_convt::find_symbols(const exprt &expr)
4742
}
4743
out << ")))\n";
4744
4745
- // else
4746
- // {
4747
- // // This is where an alternate for other solvers that does not use
4748
- // // quantifiers should go.
4749
- // }
+ else
+ {
+ // This is where an alternate for other solvers that does not use
+ // quantifiers should go.
+ INVARIANT(
4750
+ false,
4751
+ "Cannot substitute quantified expression for lambda in current "
4752
+ "solver.");
4753
+ }
4754
4755
defined_expressions[expr] = id;
4756
0 commit comments