summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/arith/nl/nonlinear_extension.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/nl/nonlinear_extension.cpp b/src/theory/arith/nl/nonlinear_extension.cpp
index ff1962629..3c46e1652 100644
--- a/src/theory/arith/nl/nonlinear_extension.cpp
+++ b/src/theory/arith/nl/nonlinear_extension.cpp
@@ -490,6 +490,7 @@ Result::Sat NonlinearExtension::modelBasedRefinement(const std::set<Node>& termS
"NonLinearExtension, set incomplete"
<< std::endl;
d_containing.getOutputChannel().setIncomplete();
+ return Result::Sat::SAT_UNKNOWN;
}
}
d_im.clearWaitingLemmas();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback