summaryrefslogtreecommitdiff
path: root/src/theory/arith/difference_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/difference_manager.h')
-rw-r--r--src/theory/arith/difference_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/difference_manager.h b/src/theory/arith/difference_manager.h
index d8a0e2c1c..46b070651 100644
--- a/src/theory/arith/difference_manager.h
+++ b/src/theory/arith/difference_manager.h
@@ -10,7 +10,7 @@
#include "context/cdo.h"
#include "context/cdlist.h"
#include "context/context.h"
-#include "context/cdqueue.h"
+#include "context/cdtrail_queue.h"
#include "util/stats.h"
#include "theory/arith/arith_prop_manager.h"
@@ -62,7 +62,7 @@ private:
};
/** Stores the queue of assertions. This keeps the Node backing the reasons */
- context::CDQueue<LiteralsQueueElem> d_literalsQueue;
+ context::CDTrailQueue<LiteralsQueueElem> d_literalsQueue;
PropManager& d_queue;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback