projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f1393
)
Disabling an incorrect prototyping line from the simplex merges. Fixes bug 510.
author
Tim King
<taking@cs.nyu.edu>
Tue, 7 May 2013 04:44:27 +0000
(
00:44
-0400)
committer
Tim King
<taking@cs.nyu.edu>
Tue, 7 May 2013 04:49:56 +0000
(
00:49
-0400)
src/theory/arith/theory_arith_private.cpp
patch
|
blob
|
history
diff --git
a/src/theory/arith/theory_arith_private.cpp
b/src/theory/arith/theory_arith_private.cpp
index a49d3776d290fed3f674c12b120cae387faa7f69..9c43ca962817befe429bb4b2dcd0b630071378f2 100644
(file)
--- 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();