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, 5 insertions, 1 deletions
diff --git a/src/theory/arith/constraint.h b/src/theory/arith/constraint.h
index 5eef9663e..d411f2d34 100644
--- a/src/theory/arith/constraint.h
+++ b/src/theory/arith/constraint.h
@@ -928,7 +928,11 @@ private:
/** Return true if every element in b has a proof. */
static bool allHaveProof(const ConstraintCPVec& b);
- /** Precondition: hasFarkasProof() */
+ /** Precondition: hasFarkasProof()
+ * Computes the combination implied by the farkas coefficients. Sees if it is
+ * a contradiction.
+ */
+
bool wellFormedFarkasProof() const;
}; /* class ConstraintValue */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback