Returns whether the given Constraint is present in the solver.
Source
bool hasConstraint(Constraint constraint) { return _constraints.containsKey(constraint); }
Returns whether the given Constraint is present in the solver.
bool hasConstraint(Constraint constraint) { return _constraints.containsKey(constraint); }