summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_match.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/inst_match.cpp')
-rw-r--r--src/theory/quantifiers/inst_match.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/inst_match.cpp b/src/theory/quantifiers/inst_match.cpp
index 12e15d353..9a3fe379c 100644
--- a/src/theory/quantifiers/inst_match.cpp
+++ b/src/theory/quantifiers/inst_match.cpp
@@ -129,6 +129,7 @@ void InstMatch::setValue( int i, TNode n ) {
}
bool InstMatch::set( QuantifiersEngine* qe, int i, TNode n ) {
+ Assert( i>=0 );
if( !d_vals[i].isNull() ){
if( qe->getEqualityQuery()->areEqual( d_vals[i], n ) ){
return true;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback