jopt.csp.spi.arcalgorithm.graph.arc.binary
Class BinarySetMemberOfSetArc
java.lang.Object
jopt.csp.spi.arcalgorithm.graph.arc.AbstractArc
jopt.csp.spi.arcalgorithm.graph.arc.binary.BinaryArc
jopt.csp.spi.arcalgorithm.graph.arc.binary.BinarySetArc
jopt.csp.spi.arcalgorithm.graph.arc.binary.BinarySetMemberOfSetArc
- All Implemented Interfaces:
- Arc, SetArc
- public class BinarySetMemberOfSetArc
- extends BinarySetArc
Binary arc that constraints a numeric variable to be a member of a set
- Version:
- $Revision $
- Author:
- Nick Coleman
Method Summary |
void |
propagate()
Attempts to reduce values in target node domain based on values
in all source nodes |
void |
propagate(Node src)
Attempts to reduce values in target node domain based on values
in given source node |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinarySetMemberOfSetArc
public BinarySetMemberOfSetArc(SetNode set,
NumNode expr)
propagate
public void propagate()
throws jopt.csp.variable.PropagationFailureException
- Description copied from interface:
Arc
- Attempts to reduce values in target node domain based on values
in all source nodes
- Throws:
jopt.csp.variable.PropagationFailureException
- If domain of target node becomes empty
propagate
public void propagate(Node src)
throws jopt.csp.variable.PropagationFailureException
- Description copied from interface:
Arc
- Attempts to reduce values in target node domain based on values
in given source node
- Specified by:
propagate
in interface Arc
- Overrides:
propagate
in class BinaryArc
- Throws:
jopt.csp.variable.PropagationFailureException