jopt.csp.spi.search.actions
Class RemoveLongAction
java.lang.Object
jopt.csp.spi.search.actions.RemoveLongAction
- All Implemented Interfaces:
- jopt.csp.search.SearchAction
- public class RemoveLongAction
- extends java.lang.Object
- implements jopt.csp.search.SearchAction
Action that removes a single value from the domain of a numeric variable
Constructor Summary |
RemoveLongAction(jopt.csp.variable.CspLongVariable var,
long val)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RemoveLongAction
public RemoveLongAction(jopt.csp.variable.CspLongVariable var,
long val)
performAction
public jopt.csp.search.SearchAction performAction()
throws jopt.csp.variable.PropagationFailureException
- Specified by:
performAction
in interface jopt.csp.search.SearchAction
- Throws:
jopt.csp.variable.PropagationFailureException
toString
public java.lang.String toString()