summaryrefslogtreecommitdiff
path: root/src/theory/arith/dio_solver.cpp
diff options
context:
space:
mode:
authorTim King <taking@google.com>2017-07-20 18:00:11 -0700
committerTim King <taking@google.com>2017-07-20 18:00:11 -0700
commit26a2fcf1413a02788dc25745fac87eb610b5a55d (patch)
tree21e7db3d7707a5be944124cb5959656ba9e2ee36 /src/theory/arith/dio_solver.cpp
parent8cf852387cb3a6ec17e77e61956030ca0c4c3837 (diff)
parent8b0659e6cd342ae40b676781b5e819d5fd2b3af7 (diff)
Merge branch 'master' into cleanup-regexp
Diffstat (limited to 'src/theory/arith/dio_solver.cpp')
-rw-r--r--src/theory/arith/dio_solver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/dio_solver.cpp b/src/theory/arith/dio_solver.cpp
index d862dabbd..5b61385f3 100644
--- a/src/theory/arith/dio_solver.cpp
+++ b/src/theory/arith/dio_solver.cpp
@@ -304,7 +304,7 @@ bool DioSolver::queueEmpty() const{
}
Node DioSolver::columnGcdIsOne() const{
- std::hash_map<Node, Integer, NodeHashFunction> gcdMap;
+ std::unordered_map<Node, Integer, NodeHashFunction> gcdMap;
std::deque<TrailIndex>::const_iterator iter, end;
for(iter = d_currentF.begin(), end = d_currentF.end(); iter != end; ++iter){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback