Uses of Interface
jopt.csp.spi.arcalgorithm.graph.arc.SetArc

Packages that use SetArc
jopt.csp.spi.arcalgorithm.graph.arc.binary   
jopt.csp.spi.arcalgorithm.graph.arc.generic   
jopt.csp.spi.arcalgorithm.graph.arc.hyper   
jopt.csp.spi.arcalgorithm.graph.arc.node   
 

Uses of SetArc in jopt.csp.spi.arcalgorithm.graph.arc.binary
 

Classes in jopt.csp.spi.arcalgorithm.graph.arc.binary that implement SetArc
 class BinarySetArc
          Abstract base arc for set arc with 2 variables
 class BinarySetMemberOfSetArc
          Binary arc that constraints a numeric variable to be a member of a set
 class BinarySetNotMemberOfSetArc
          Binary arc that constraints a numeric variable not to be a member of a set
 class BinarySetNotMemberOfSetReflexArc
          Binary arc that constrains a set variable not to contain values contained in a specific variable
 class BinarySetSubsetArc
          Arc representing Z is subset of X
 class BinarySetSupersetArc
          Arc representing Z is superset of X
 

Uses of SetArc in jopt.csp.spi.arcalgorithm.graph.arc.generic
 

Classes in jopt.csp.spi.arcalgorithm.graph.arc.generic that implement SetArc
 class GenericSetArc
          Abstract base arc for generic set arcs
 class GenericSetNullIntersectionArc
          Arc representing null-intersection of source nodes
 class GenericSetUnionAdvancedFilterArc
          Arc that further filters target nodes of a union based on the knowledge that when only one node contains a possible value that is required in the union, it must also be required by that node.
 class GenericSetUnionIntersectFilterArc
          Arc that further filters target nodes of a union based on the source union and and an intersection of the targets
 

Uses of SetArc in jopt.csp.spi.arcalgorithm.graph.arc.hyper
 

Classes in jopt.csp.spi.arcalgorithm.graph.arc.hyper that implement SetArc
 class HyperSetArc
          Abstract base arc for set arc with 3+ variables
 class HyperSetIntersectionArc
          Arc representing Z = intersection( sources )
 class HyperSetUnionArc
          Arc representing Z = union( sources )
 

Uses of SetArc in jopt.csp.spi.arcalgorithm.graph.arc.node
 

Classes in jopt.csp.spi.arcalgorithm.graph.arc.node that implement SetArc
 class NodeSetArc
          Abstract base arc for set arc with 1 variable
 class NodeSetNullIntersectionArc
          Arc representing Z(target) has null-intersection x(source)
 class NodeSetSubsetEqArc
          Arc representing Z is subset or equal to x