public interface AssignmentCheck<V extends Variable<V,T>,T extends Value<V,T>>
EnrollmentSelection.| Modifier and Type | Method and Description |
|---|---|
boolean |
canUnassign(T value,
T conflict,
Assignment<V,T> assignment)
Check whether the given conflict can be unassigned
|
boolean canUnassign(T value, T conflict, Assignment<V,T> assignment)
value - value to be assignedconflict - conflicting valueassignment - current assignment