Uses of Class
org.chocosolver.solver.constraints.nary.nvalue.amnv.graph.G
-
Packages that use G Package Description org.chocosolver.solver.constraints.nary.nvalue org.chocosolver.solver.constraints.nary.nvalue.amnv.graph -
-
Uses of G in org.chocosolver.solver.constraints.nary.nvalue
Constructors in org.chocosolver.solver.constraints.nary.nvalue with parameters of type G Constructor Description PropAMNV(IntVar[] X, IntVar N, G graph, F heur, R[] rules)
Creates a propagator for the atMostNValues constraint The number of distinct values in X is at most equal to N -
Uses of G in org.chocosolver.solver.constraints.nary.nvalue.amnv.graph
Subclasses of G in org.chocosolver.solver.constraints.nary.nvalue.amnv.graph Modifier and Type Class Description class
Gci
Constrained intersection graphclass
Gi
Intersection Graph
-