summaryrefslogtreecommitdiff
path: root/src/theory/arith/partial_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/partial_model.h')
-rw-r--r--src/theory/arith/partial_model.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/theory/arith/partial_model.h b/src/theory/arith/partial_model.h
index 26f9a135b..0351abf9d 100644
--- a/src/theory/arith/partial_model.h
+++ b/src/theory/arith/partial_model.h
@@ -104,13 +104,11 @@ typedef expr::CDAttribute<LowerConstraintAttrID,TNode> LowerConstraint;
struct UpperConstraintAttrID {};
typedef expr::CDAttribute<UpperConstraintAttrID,TNode> UpperConstraint;
-
-}; /*namespace partial_model*/
-
-
struct TheoryArithPropagatedID {};
typedef expr::CDAttribute<TheoryArithPropagatedID, bool> TheoryArithPropagated;
+}; /*namespace partial_model*/
+
class ArithPartialModel {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback