summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 631f7bec1..fc29ab8e8 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -54,8 +54,8 @@ class TermRegistry;
// TODO: organize this more/review this, github issue #1163
class QuantifiersEngine {
friend class ::cvc5::TheoryEngine;
- typedef context::CDHashMap< Node, bool, NodeHashFunction > BoolMap;
- typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
+ typedef context::CDHashMap<Node, bool> BoolMap;
+ typedef context::CDHashSet<Node> NodeSet;
public:
QuantifiersEngine(quantifiers::QuantifiersState& qstate,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback