Uses of Class
org.chocosolver.util.objects.setDataStructures.SetType
-
-
Uses of SetType in org.chocosolver.solver.variables.impl
Constructors in org.chocosolver.solver.variables.impl with parameters of type SetType Constructor Description SetVarImpl(String name, int[] ker, SetType kerType, int[] env, SetType envType, Model model)
Creates a Set variable -
Uses of SetType in org.chocosolver.util.objects.graphs
Methods in org.chocosolver.util.objects.graphs that return SetType Modifier and Type Method Description SetType
DirectedGraph. getType()
SetType
IGraph. getType()
Get the type of data structures used in the graphSetType
UndirectedGraph. getType()
Constructors in org.chocosolver.util.objects.graphs with parameters of type SetType Constructor Description DirectedGraph(int n, SetType type, boolean allNodes)
Creates an empty graph.DirectedGraph(Model model, int n, SetType type, boolean allNodes)
Creates an empty backtrable graph of n nodes Allocates memory for n nodes (but they should then be added explicitly, unless allNodes is true).UndirectedGraph(int n, SetType type, boolean allNodes)
Creates an empty (non-backtrackable) undirected graph.UndirectedGraph(Model model, int n, SetType type, boolean allNodes)
Creates an empty backtrable undirected graph. -
Uses of SetType in org.chocosolver.util.objects.setDataStructures
Methods in org.chocosolver.util.objects.setDataStructures that return SetType Modifier and Type Method Description SetType
ISet. getSetType()
SetType
Set_ReadOnly. getSetType()
SetType
StdSet. getSetType()
static SetType
SetType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetType[]
SetType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.chocosolver.util.objects.setDataStructures with parameters of type SetType Modifier and Type Method Description static ISet
SetFactory. makeSet(SetType type, int offSet)
Creates an empty set of integers greater or equal thanoffSet
static ISet
SetFactory. makeStoredSet(SetType type, int offSet, Model model)
Creates a stored set of integers greater or equal thanoffSet
Such a set is restored after a backtrack -
Uses of SetType in org.chocosolver.util.objects.setDataStructures.bitset
Methods in org.chocosolver.util.objects.setDataStructures.bitset that return SetType Modifier and Type Method Description SetType
Set_BitSet. getSetType()
SetType
Set_Std_BitSet. getSetType()
-
Uses of SetType in org.chocosolver.util.objects.setDataStructures.constant
Methods in org.chocosolver.util.objects.setDataStructures.constant that return SetType Modifier and Type Method Description SetType
Set_CstInterval. getSetType()
SetType
Set_FixedArray. getSetType()
-
Uses of SetType in org.chocosolver.util.objects.setDataStructures.iterable
Methods in org.chocosolver.util.objects.setDataStructures.iterable that return SetType Modifier and Type Method Description SetType
IntIterableRangeSet. getSetType()
-
Uses of SetType in org.chocosolver.util.objects.setDataStructures.linkedlist
Methods in org.chocosolver.util.objects.setDataStructures.linkedlist that return SetType Modifier and Type Method Description SetType
Set_LinkedList. getSetType()
-
Uses of SetType in org.chocosolver.util.objects.setDataStructures.swapList
Methods in org.chocosolver.util.objects.setDataStructures.swapList that return SetType Modifier and Type Method Description SetType
Set_Std_Swap2. getSetType()
SetType
Set_Swap. getSetType()
SetType
Set_Swap2. getSetType()
-