Uses of Class
choco.kernel.solver.constraints.global.matching.AbstractBipartiteGraph

Packages that use AbstractBipartiteGraph
choco.cp.solver.constraints.global.matching   
choco.kernel.solver.constraints.global.matching   
 

Uses of AbstractBipartiteGraph in choco.cp.solver.constraints.global.matching
 

Subclasses of AbstractBipartiteGraph in choco.cp.solver.constraints.global.matching
 class AllDifferent
          Standard alldiff constraint with generalized AC integer valued variables are used only for the left vertex set no explicit variables are used for the right vertex set the right vertex set is the interval (minValue .. maxValue)
 class GlobalCardinality
          very simple version of the cardinality constraint where the values the set of values whose occurrences are counted in the interval (minValue .. maxValue)
 class GlobalCardinalityVar
          Simple implementation of global cardinality constraint with occurrence constrained by variables and not only integer bounds.
 

Uses of AbstractBipartiteGraph in choco.kernel.solver.constraints.global.matching
 

Subclasses of AbstractBipartiteGraph in choco.kernel.solver.constraints.global.matching
 class AbstractBipartiteFlow
          A general assignment constraint with constraints on the flow bounds
 class AbstractBipartiteMatching
          A subclass of AbtractBipartiteGraph restricted only to matchings (and not flows).
 



Copyright © 2012. All Rights Reserved.