summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/iand_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/iand_solver.h')
-rw-r--r--src/theory/arith/nl/iand_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nl/iand_solver.h b/src/theory/arith/nl/iand_solver.h
index 676390478..c80edbeb3 100644
--- a/src/theory/arith/nl/iand_solver.h
+++ b/src/theory/arith/nl/iand_solver.h
@@ -39,7 +39,7 @@ class NlModel;
*/
class IAndSolver
{
- typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
+ typedef context::CDHashSet<Node> NodeSet;
public:
IAndSolver(InferenceManager& im, ArithState& state, NlModel& model);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback