public class InequalityCheck extends CheckOperation
Constructor and Description |
---|
InequalityCheck(int sourceLocation,
int targetLocation) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
check(MatchingFrame frame)
Executes the checking operation
|
java.util.List<java.lang.Integer> |
getVariablePositions() |
java.lang.String |
toString() |
execute, onBacktrack, onInitialize
protected boolean check(MatchingFrame frame) throws LocalSearchException
CheckOperation
check
in class CheckOperation
LocalSearchException
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<java.lang.Integer> getVariablePositions()