Interface ConstraintChecker
-
- All Known Implementing Classes:
DynamicHardConstraintChecker,ForbiddenTuplesChecker,MinimalForbiddenTuplesChecker,ModelBasedConstraintChecker,NoConstraintChecker
public interface ConstraintChecker
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConstraint(int[] forbiddenTuple)booleanisDualValid(int[] parameters, int[] values)booleanisExtensionValid(int[] combination, int... parameterValues)booleanisValid(int[] combination)
-