|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerConstantVariable | |
---|---|
choco | |
choco.cp.model | |
choco.kernel.common.util.comparator | |
choco.kernel.common.util.tools | |
choco.kernel.model | The root package for the Constraint Programming Kernel. |
choco.kernel.model.constraints.pack | |
choco.kernel.model.variables | |
choco.kernel.model.variables.set |
Uses of IntegerConstantVariable in choco |
---|
Methods in choco that return IntegerConstantVariable | |
---|---|
static IntegerConstantVariable |
Choco.constant(int value)
Create a integer constant |
static IntegerConstantVariable |
DeprecatedChoco.constant(String name,
int value)
Deprecated. |
static IntegerConstantVariable[] |
Choco.constantArray(int[] values)
|
static IntegerConstantVariable[][] |
Choco.constantArray(int[][] values)
|
static IntegerConstantVariable |
DeprecatedChoco.makeConstantVar(String name,
int value)
Deprecated. |
Methods in choco with parameters of type IntegerConstantVariable | |
---|---|
static Constraint |
Choco.pack(SetVariable[] itemSets,
IntegerVariable[] loads,
IntegerVariable[] bins,
IntegerConstantVariable[] sizes,
IntegerVariable nbNonEmpty,
String... options)
|
Uses of IntegerConstantVariable in choco.cp.model |
---|
Methods in choco.cp.model that return IntegerConstantVariable | |
---|---|
IntegerConstantVariable |
CPModel.getConstantVar(int i)
Returns a constant variable. |
Uses of IntegerConstantVariable in choco.kernel.common.util.comparator |
---|
Fields in choco.kernel.common.util.comparator declared as IntegerConstantVariable | |
---|---|
protected IntegerConstantVariable[] |
ConstantPermutation.elements
|
Constructors in choco.kernel.common.util.comparator with parameters of type IntegerConstantVariable | |
---|---|
ConstantPermutation(IntegerConstantVariable[] elements,
boolean reverse)
|
Uses of IntegerConstantVariable in choco.kernel.common.util.tools |
---|
Methods in choco.kernel.common.util.tools that return IntegerConstantVariable | |
---|---|
static IntegerConstantVariable[] |
PermutationUtils.applyPermutation(IPermutation permutation,
IntegerConstantVariable[] source)
|
Methods in choco.kernel.common.util.tools with parameters of type IntegerConstantVariable | |
---|---|
static IntegerConstantVariable[] |
PermutationUtils.applyPermutation(IPermutation permutation,
IntegerConstantVariable[] source)
|
static IPermutation |
PermutationUtils.getSortingPermuation(IntegerConstantVariable[] criteria,
boolean reverse)
|
Uses of IntegerConstantVariable in choco.kernel.model |
---|
Methods in choco.kernel.model that return IntegerConstantVariable | |
---|---|
IntegerConstantVariable |
Model.getConstantVar(int i)
Returns a constant variable. |
Uses of IntegerConstantVariable in choco.kernel.model.constraints.pack |
---|
Fields in choco.kernel.model.constraints.pack declared as IntegerConstantVariable | |
---|---|
IntegerConstantVariable[] |
PackModel.sizes
|
Methods in choco.kernel.model.constraints.pack that return IntegerConstantVariable | |
---|---|
IntegerConstantVariable[] |
PackModel.getSizes()
|
Constructors in choco.kernel.model.constraints.pack with parameters of type IntegerConstantVariable | |
---|---|
PackModel(IntegerVariable[] bins,
IntegerConstantVariable[] sizes,
int capacity)
|
|
PackModel(IntegerVariable[] bins,
IntegerConstantVariable[] sizes,
IntegerVariable[] loads)
|
|
PackModel(IntegerVariable[] bins,
IntegerConstantVariable[] sizes,
SetVariable[] items,
IntegerVariable[] loads)
|
|
PackModel(IntegerVariable[] bins,
IntegerConstantVariable[] sizes,
SetVariable[] items,
IntegerVariable[] loads,
IntegerVariable nbNonEmpty)
|
|
PackModel(String prefix,
IntegerConstantVariable[] sizes,
int nbBins,
int capacity)
|
Uses of IntegerConstantVariable in choco.kernel.model.variables |
---|
Methods in choco.kernel.model.variables that return IntegerConstantVariable | |
---|---|
static IntegerConstantVariable |
ConstantFactory.getConstant(int value)
Create if necessary and return the IntegerConstantVariable that corresponds to the value |
Uses of IntegerConstantVariable in choco.kernel.model.variables.set |
---|
Constructors in choco.kernel.model.variables.set with parameters of type IntegerConstantVariable | |
---|---|
SetConstantVariable(IntegerConstantVariable card,
int... values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |