summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-04-28 12:28:16 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-04-28 12:33:56 -0500
commit6f6703473ccc66b3d2bdefed688602f93d33cd8f (patch)
treed55fa0d80256641339ed286715f145ff18a5a8db /src/theory/quantifiers/rewrite_engine.cpp
parent9b97c9144875e072da4098f102f8989be26e5cdf (diff)
Preparation for models for co-inductive datatypes. Minor cleanup.
Diffstat (limited to 'src/theory/quantifiers/rewrite_engine.cpp')
-rw-r--r--src/theory/quantifiers/rewrite_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/rewrite_engine.cpp b/src/theory/quantifiers/rewrite_engine.cpp
index 59ba40ca7..75f54d7d9 100644
--- a/src/theory/quantifiers/rewrite_engine.cpp
+++ b/src/theory/quantifiers/rewrite_engine.cpp
@@ -39,6 +39,7 @@ struct PrioritySort {
RewriteEngine::RewriteEngine( context::Context* c, QuantifiersEngine* qe ) : QuantifiersModule(qe) {
d_true = NodeManager::currentNM()->mkConst( true );
+ d_needsSort = true;
}
double RewriteEngine::getPriority( Node f ) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback