summaryrefslogtreecommitdiff
path: root/src/theory/arith/constraint.cpp
diff options
context:
space:
mode:
authorAlex Ozdemir <aozdemir@hmc.edu>2020-03-16 12:35:17 -0700
committerAlex Ozdemir <aozdemir@hmc.edu>2020-03-16 16:52:50 -0700
commitd6b04a419b5b8032ac715d4318a907ae871209f6 (patch)
treea1c4b887078f343999c544e0cf2614ca5114eff6 /src/theory/arith/constraint.cpp
parent3dc80e17818632e1dd4fd65e64c302d944b23db9 (diff)
clang-format
Diffstat (limited to 'src/theory/arith/constraint.cpp')
-rw-r--r--src/theory/arith/constraint.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/arith/constraint.cpp b/src/theory/arith/constraint.cpp
index cdab772f8..11c6c15a7 100644
--- a/src/theory/arith/constraint.cpp
+++ b/src/theory/arith/constraint.cpp
@@ -503,8 +503,7 @@ bool Constraint::hasSimpleFarkasProof() const
// For each antecdent ...
AntecedentId i = getConstraintRule().d_antecedentEnd;
- for (ConstraintCP a = d_database->getAntecedent(i);
- a != NullConstraint;
+ for (ConstraintCP a = d_database->getAntecedent(i); a != NullConstraint;
a = d_database->getAntecedent(--i))
{
// ... that antecdent must be an assumption ...
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback