|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealVariable | |
---|---|
choco | |
choco.cp.model | |
choco.cp.model.managers | return new ComponentConstraint(ConstraintType.ALLDIFFERENT, null, vars); * soit un type => dans ce cas il faut mettre ? |
choco.cp.model.managers.operators | |
choco.cp.model.managers.variables | |
choco.cp.solver | |
choco.kernel.model | The root package for the Constraint Programming Kernel. |
choco.kernel.model.variables.real | |
choco.kernel.solver | |
samples.tutorials.lns.lns |
Uses of RealVariable in choco |
---|
Methods in choco that return RealVariable | |
---|---|
static RealVariable |
Choco.makeRealVar(String name,
double lowB,
double uppB,
String... options)
Make a real variable |
Methods in choco with parameters of type RealVariable | |
---|---|
static Constraint |
Choco.eq(IntegerVariable i,
RealVariable r)
Return a constraint that ensures r == i |
static Constraint |
Choco.eq(RealVariable r,
IntegerVariable i)
Return a constraint that ensures r == i |
Uses of RealVariable in choco.cp.model |
---|
Fields in choco.cp.model with type parameters of type RealVariable | |
---|---|
protected DeterministicIndicedList<RealVariable> |
CPModel.floatVars
All the float vars in the model. |
Methods in choco.cp.model that return RealVariable | |
---|---|
RealVariable |
CPModel.getRealVar(int i)
Returns a real variable. |
Methods in choco.cp.model that return types with arguments of type RealVariable | |
---|---|
Iterator<RealVariable> |
CPModel.getRealVarIterator()
|
Uses of RealVariable in choco.cp.model.managers |
---|
Methods in choco.cp.model.managers with parameters of type RealVariable | |
---|---|
SConstraint[] |
RealConstraintManager.makeConstraintAndOpposite(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint and its opposite for the given solver and "model variables" |
Uses of RealVariable in choco.cp.model.managers.operators |
---|
Methods in choco.cp.model.managers.operators with parameters of type RealVariable | |
---|---|
SConstraint |
SinManager.makeConstraint(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint for the given solver and "model variables" |
SConstraint |
PowerManager.makeConstraint(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint for the given solver and "model variables" |
SConstraint |
PlusManager.makeConstraint(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint for the given solver and "model variables" |
SConstraint |
MultManager.makeConstraint(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint for the given solver and "model variables" |
SConstraint |
MinusManager.makeConstraint(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint for the given solver and "model variables" |
SConstraint |
CosManager.makeConstraint(Solver solver,
RealVariable[] variables,
Object parameters,
List<String> options)
Build a constraint for the given solver and "model variables" |
Uses of RealVariable in choco.cp.model.managers.variables |
---|
Methods in choco.cp.model.managers.variables with parameters of type RealVariable | |
---|---|
Var |
RealVariableManager.makeVariable(Solver solver,
RealVariable var)
Build a real variable for the given solver |
Uses of RealVariable in choco.cp.solver |
---|
Methods in choco.cp.solver with parameters of type RealVariable | |
---|---|
RealVar[] |
CPSolver.getVar(RealVariable... v)
|
RealVar |
CPSolver.getVar(RealVariable v)
|
Uses of RealVariable in choco.kernel.model |
---|
Methods in choco.kernel.model that return RealVariable | |
---|---|
RealVariable |
Model.getRealVar(int i)
Returns a real variable. |
Methods in choco.kernel.model that return types with arguments of type RealVariable | |
---|---|
Iterator<RealVariable> |
Model.getRealVarIterator()
Retrieves an iterator over RealVariables of the model |
Uses of RealVariable in choco.kernel.model.variables.real |
---|
Subclasses of RealVariable in choco.kernel.model.variables.real | |
---|---|
class |
RealConstantVariable
Created by IntelliJ IDEA. |
Uses of RealVariable in choco.kernel.solver |
---|
Methods in choco.kernel.solver with parameters of type RealVariable | |
---|---|
RealVar[] |
Solver.getVar(RealVariable... v)
|
RealVar |
Solver.getVar(RealVariable v)
|
Uses of RealVariable in samples.tutorials.lns.lns |
---|
Methods in samples.tutorials.lns.lns with parameters of type RealVariable | |
---|---|
RealVar[] |
AbstractLNSSolver.getVar(RealVariable... v)
Deprecated. |
RealVar |
AbstractLNSSolver.getVar(RealVariable v)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |