// 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 ...
Assert(coeffs != RationalVectorPSentinel);
Assert(conflictInFarkasCoefficientOrder.getNumChildren()
== coeffs->size());
- if (std::all_of(explain.begin(), explain.end(), [](ConstraintCP c) { return c->isAssumption() || c->hasIntTightenProof(); }))
+ if (std::all_of(explain.begin(), explain.end(), [](ConstraintCP c) {
+ return c->isAssumption() || c->hasIntTightenProof();
+ }))
{
d_containing.d_proofRecorder->saveFarkasCoefficients(
conflictInFarkasCoefficientOrder, coeffs);