unsatisfiableConstraint constant

Result const unsatisfiableConstraint

The result when the Constraint could not be added to the Solver because it was unsatisfiable. Try lowering the Priority of the Constraint and try again.

Implementation

static const Result unsatisfiableConstraint =
    Result._('Unsatisfiable constraint');