summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl')
-rw-r--r--src/theory/arith/nl/nonlinear_extension.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nl/nonlinear_extension.cpp b/src/theory/arith/nl/nonlinear_extension.cpp
index 03563006b..16142886f 100644
--- a/src/theory/arith/nl/nonlinear_extension.cpp
+++ b/src/theory/arith/nl/nonlinear_extension.cpp
@@ -489,7 +489,7 @@ Result::Sat NonlinearExtension::modelBasedRefinement(const std::set<Node>& termS
Trace("nl-ext") << "...failed to send lemma in "
"NonLinearExtension, set incomplete"
<< std::endl;
- d_containing.getOutputChannel().setIncomplete();
+ d_containing.getOutputChannel().setIncomplete(IncompleteId::ARITH_NL);
return Result::Sat::SAT_UNKNOWN;
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback