duplicateConstraint constant

Result const duplicateConstraint

The result when the Constraint could not be added to the Solver because it was already present in the solver.

Implementation

static const Result duplicateConstraint = Result._('Duplicate constraint');