summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-05-07 00:44:27 -0400
committerTim King <taking@cs.nyu.edu>2013-05-07 00:49:56 -0400
commite7519f8b5020259bd02f01c24bed74cf0e0c8be2 (patch)
treebb368cd575a6a69ac19576f9996c9ff5559edfe8
parenta5f13935cd4a861c134a1e741cc81248b012eaaf (diff)
Disabling an incorrect prototyping line from the simplex merges. Fixes bug 510.
-rw-r--r--src/theory/arith/theory_arith_private.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith_private.cpp b/src/theory/arith/theory_arith_private.cpp
index a49d3776d..9c43ca962 100644
--- a/src/theory/arith/theory_arith_private.cpp
+++ b/src/theory/arith/theory_arith_private.cpp
@@ -1867,7 +1867,6 @@ void TheoryArithPrivate::check(Theory::Effort effortLevel){
if(!emmittedConflictOrSplit && Theory::fullEffort(effortLevel)){
emmittedConflictOrSplit = splitDisequalities();
}
- emmittedConflictOrSplit = false;
if(!emmittedConflictOrSplit && Theory::fullEffort(effortLevel) && !hasIntegerModel()){
Node possibleConflict = Node::null();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback