summaryrefslogtreecommitdiff
path: root/src/theory/arith/inference_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/inference_manager.h')
-rw-r--r--src/theory/arith/inference_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/inference_manager.h b/src/theory/arith/inference_manager.h
index 287b89851..7e103797e 100644
--- a/src/theory/arith/inference_manager.h
+++ b/src/theory/arith/inference_manager.h
@@ -43,7 +43,7 @@ class TheoryArith;
*/
class InferenceManager : public InferenceManagerBuffered
{
- using NodeSet = context::CDHashSet<Node, NodeHashFunction>;
+ using NodeSet = context::CDHashSet<Node>;
public:
InferenceManager(TheoryArith& ta, ArithState& astate, ProofNodeManager* pnm);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback