Disabling an incorrect prototyping line from the simplex merges. Fixes bug 510.
authorTim King <taking@cs.nyu.edu>
Tue, 7 May 2013 04:44:27 +0000 (00:44 -0400)
committerTim King <taking@cs.nyu.edu>
Tue, 7 May 2013 04:49:56 +0000 (00:49 -0400)
src/theory/arith/theory_arith_private.cpp

index a49d3776d290fed3f674c12b120cae387faa7f69..9c43ca962817befe429bb4b2dcd0b630071378f2 100644 (file)
@@ -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();