We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c34c9 commit 9082547Copy full SHA for 9082547
src/smt/theory_arith_nl.h
@@ -1232,15 +1232,10 @@ namespace smt {
1232
else if (ctx.e_internalized(m)) {
1233
ADD_OCC(m);
1234
}
1235
- else if (!ctx.e_internalized(m)) {
+ else {
1236
ctx.internalize(m, false);
1237
1238
1239
- else {
1240
- TRACE("non_linear", tout << mk_pp(m, get_manager()) << "\n";);
1241
- UNREACHABLE();
1242
- return;
1243
- }
1244
1245
1246
// Update the number of occurrences in the result vector.
0 commit comments