summaryrefslogtreecommitdiff
path: root/src/smt/check_models.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/check_models.cpp')
-rw-r--r--src/smt/check_models.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/check_models.cpp b/src/smt/check_models.cpp
index 3d5429635..0bc7ce99b 100644
--- a/src/smt/check_models.cpp
+++ b/src/smt/check_models.cpp
@@ -53,7 +53,7 @@ void CheckModels::checkModel(Model* m,
theory::SubstitutionMap& sm = d_env.getTopLevelSubstitutions().get();
Trace("check-model") << "checkModel: Check assertions..." << std::endl;
- std::unordered_map<Node, Node, NodeHashFunction> cache;
+ std::unordered_map<Node, Node> cache;
// the list of assertions that did not rewrite to true
std::vector<Node> noCheckList;
// Now go through all our user assertions checking if they're satisfied.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback