summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/theory/arith/nonlinear_extension.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nonlinear_extension.cpp b/src/theory/arith/nonlinear_extension.cpp
index be8f22222..a323ccddd 100644
--- a/src/theory/arith/nonlinear_extension.cpp
+++ b/src/theory/arith/nonlinear_extension.cpp
@@ -1735,7 +1735,7 @@ bool NonlinearExtension::simpleCheckModelMsum(const std::map<Node, Node>& msum,
}
else
{
- vc_set_lower = (signs[i] == setAbs);
+ vc_set_lower = (signs[i] != setAbs);
}
Trace("nl-ext-cms-debug")
<< "..." << vc << " set to " << (vc_set_lower ? "lower" : "upper")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback