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.h25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/theory/arith/constraint.h b/src/theory/arith/constraint.h
index 877546da8..2c8fa9bcd 100644
--- a/src/theory/arith/constraint.h
+++ b/src/theory/arith/constraint.h
@@ -75,25 +75,22 @@
#ifndef __CVC4__THEORY__ARITH__CONSTRAINT_H
#define __CVC4__THEORY__ARITH__CONSTRAINT_H
-#include "expr/node.h"
-#include "proof/proof.h"
+#include <ext/hash_map>
+#include <list>
+#include <set>
+#include <vector>
-#include "context/context.h"
+#include "base/configuration_private.h"
#include "context/cdlist.h"
#include "context/cdqueue.h"
-
+#include "context/context.h"
+#include "expr/node.h"
+#include "proof/proof.h"
#include "theory/arith/arithvar.h"
-#include "theory/arith/delta_rational.h"
+#include "theory/arith/callbacks.h"
#include "theory/arith/congruence_manager.h"
#include "theory/arith/constraint_forward.h"
-#include "theory/arith/callbacks.h"
-
-#include "util/configuration_private.h"
-
-#include <vector>
-#include <list>
-#include <set>
-#include <ext/hash_map>
+#include "theory/arith/delta_rational.h"
namespace CVC4 {
namespace theory {
@@ -107,7 +104,7 @@ namespace theory {
namespace arith {
/**
- * Logs the types of different proofs.
+ * Logs the types of different proofs.
* Current, proof types:
* - NoAP : This constraint is not known to be true.
* - AssumeAP : This is an input assertion. There is no proof.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback