|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoredBitSetGraph.Maintain | |
---|---|
choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews |
Uses of StoredBitSetGraph.Maintain in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews |
---|
Fields in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews with type parameters of type StoredBitSetGraph.Maintain | |
---|---|
protected List<StoredBitSetGraph.Maintain> |
VarGraphView.globalParams
list of graph properties to maintain for the graph to partition |
protected List<StoredBitSetGraph.Maintain> |
VarGraphView.maybeParams
list of graph properties to maintain for the potential graph to partition |
protected List<StoredBitSetGraph.Maintain> |
StoredBitSetGraph.params
list of graph properties to maintain for the graph |
protected List<StoredBitSetGraph.Maintain> |
PrecsGraphView.precsParams
list of graph properties to maintain for the precedence graph |
protected List<StoredBitSetGraph.Maintain> |
VarGraphView.sureParams
list of graph properties to maintain for the required graph to partition |
Methods in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews that return StoredBitSetGraph.Maintain | |
---|---|
static StoredBitSetGraph.Maintain |
StoredBitSetGraph.Maintain.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StoredBitSetGraph.Maintain[] |
StoredBitSetGraph.Maintain.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructor parameters in choco.cp.solver.constraints.global.tree.structure.internalStructure.graphStructures.graphViews with type arguments of type StoredBitSetGraph.Maintain | |
---|---|
StoredBitSetGraph(Solver solver,
IStateBitSet[] graph,
List<StoredBitSetGraph.Maintain> params,
boolean affiche)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |