summaryrefslogtreecommitdiff
path: root/src/theory/arith/partial_model.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-06-16 20:26:14 +0000
committerTim King <taking@cs.nyu.edu>2010-06-16 20:26:14 +0000
commitc237443e1fad0ab948f2acb97651dec4f0c34dae (patch)
tree83ccbb9b08fcfbacbacbdc3e717a7e8c3adede7c /src/theory/arith/partial_model.h
parent22685d657c483ab53c645bb9228bd5d4dd708cf5 (diff)
This commit just contains miscellaneous arithmetic cleanup.
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