summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-04-11 09:17:06 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-04-11 09:17:06 -0500
commit1b2e6c81be2a8ab0656ff2ee3938ef4587e24e25 (patch)
treed7d27d0938c3a1f2d5d9236e26d895c03adfd0d6 /src/theory/quantifiers_engine.cpp
parent5e4ed407978b892e04de00994be535f58fb33257 (diff)
Minor fixes for inst match generators. Updates to qip.google
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index f98a3fd75..4b95c75ed 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -1101,6 +1101,7 @@ bool QuantifiersEngine::addInstantiation( Node q, std::vector< Node >& terms, bo
Trace("inst-add-debug") << "...we are in conflict." << std::endl;
d_conflict = true;
Assert( !d_lemmas_waiting.empty() );
+ break;
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback