|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SConstraintType | |
---|---|
choco.cp.solver.constraints.global.scheduling | |
choco.cp.solver.constraints.reified | |
choco.kernel.solver.constraints | |
choco.kernel.solver.constraints.global | |
choco.kernel.solver.constraints.integer | A package devoted to constraints over integers. |
choco.kernel.solver.constraints.real | A package devoted continuous constraints. |
choco.kernel.solver.constraints.set |
Uses of SConstraintType in choco.cp.solver.constraints.global.scheduling |
---|
Methods in choco.cp.solver.constraints.global.scheduling that return SConstraintType | |
---|---|
SConstraintType |
TempTaskConstraintWrapper.getConstraintType()
|
Uses of SConstraintType in choco.cp.solver.constraints.reified |
---|
Methods in choco.cp.solver.constraints.reified that return SConstraintType | |
---|---|
SConstraintType |
ReifiedAllSConstraint.getConstraintType()
|
SConstraintType |
ExpressionSConstraint.getConstraintType()
|
Uses of SConstraintType in choco.kernel.solver.constraints |
---|
Fields in choco.kernel.solver.constraints declared as SConstraintType | |
---|---|
protected SConstraintType |
AbstractSConstraint.constraintType
Return the type of constraint. |
Methods in choco.kernel.solver.constraints that return SConstraintType | |
---|---|
SConstraintType |
SConstraint.getConstraintType()
Return the type of constraint, ie the type of variable involved in the constraint |
SConstraintType |
Formula.getConstraintType()
Return the type of constraint, ie the type of variable involved in the constraint |
static SConstraintType |
SConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SConstraintType[] |
SConstraintType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SConstraintType in choco.kernel.solver.constraints.global |
---|
Fields in choco.kernel.solver.constraints.global declared as SConstraintType | |
---|---|
SConstraintType |
MetaSConstraint.type
|
Methods in choco.kernel.solver.constraints.global that return SConstraintType | |
---|---|
SConstraintType |
MetaSConstraint.getConstraintType()
Return the type of constraint, ie the type of variable involved in the constraint |
Uses of SConstraintType in choco.kernel.solver.constraints.integer |
---|
Methods in choco.kernel.solver.constraints.integer that return SConstraintType | |
---|---|
SConstraintType |
AbstractIntSConstraint.getConstraintType()
|
Uses of SConstraintType in choco.kernel.solver.constraints.real |
---|
Methods in choco.kernel.solver.constraints.real that return SConstraintType | |
---|---|
SConstraintType |
AbstractRealSConstraint.getConstraintType()
|
SConstraintType |
AbstractBinRealIntSConstraint.getConstraintType()
|
Uses of SConstraintType in choco.kernel.solver.constraints.set |
---|
Methods in choco.kernel.solver.constraints.set that return SConstraintType | |
---|---|
SConstraintType |
AbstractSetSConstraint.getConstraintType()
|
SConstraintType |
AbstractMixedSetIntSConstraint.getConstraintType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |