projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac9d35
)
Fixing an assertion Constraint::assertionFringe(...) to allow hasTrichotomyProof().
author
Tim King
<taking@cs.nyu.edu>
Sun, 14 Jun 2015 22:28:10 +0000
(
00:28
+0200)
committer
Tim King
<taking@cs.nyu.edu>
Sun, 14 Jun 2015 22:28:10 +0000
(
00:28
+0200)
src/theory/arith/constraint.cpp
patch
|
blob
|
history
diff --git
a/src/theory/arith/constraint.cpp
b/src/theory/arith/constraint.cpp
index 822f0e5787af55d71c0eaccfcacdeb9761250135..f1cac9044ae332772df834b886043b7af8bc08f3 100644
(file)
--- a/
src/theory/arith/constraint.cpp
+++ b/
src/theory/arith/constraint.cpp
@@
-1346,7
+1346,7
@@
void Constraint::assertionFringe(ConstraintCPVec& v){
v[writePos] = vi;
writePos++;
}else{
- Assert(vi->hasFarkasProof() || vi->hasIntHoleProof() );
+ Assert(vi->has
TrichotomyProof() || vi->has
FarkasProof() || vi->hasIntHoleProof() );
AntecedentId p = vi->getEndAntecedent();
ConstraintCP antecedent = antecedents[p];