summaryrefslogtreecommitdiff
path: root/src/theory/arith/constraint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/constraint.h')
-rw-r--r--src/theory/arith/constraint.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/constraint.h b/src/theory/arith/constraint.h
index e1939159b..2e0a9d067 100644
--- a/src/theory/arith/constraint.h
+++ b/src/theory/arith/constraint.h
@@ -77,7 +77,7 @@
#include "theory/arith/arithvar_node_map.h"
#include "theory/arith/delta_rational.h"
-#include "theory/arith/difference_manager.h"
+#include "theory/arith/congruence_manager.h"
#include "theory/arith/constraint_forward.h"
@@ -746,7 +746,7 @@ private:
return d_av2nodeMap;
}
- DifferenceManager& d_differenceManager;
+ ArithCongruenceManager& d_congruenceManager;
//Constraint allocateConstraintForLiteral(ArithVar v, Node literal);
@@ -760,7 +760,7 @@ public:
ConstraintDatabase( context::Context* satContext,
context::Context* userContext,
const ArithVarNodeMap& av2nodeMap,
- DifferenceManager& dm);
+ ArithCongruenceManager& dm);
~ConstraintDatabase();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback