- column(int) - Method in interface javax.constraints.VarMatrix
-
- ConsistencyLevel - Enum in javax.constraints
-
- ConstrainedVariable - Interface in javax.constraints
-
This is a base interface for all constrained variable.
- Constraint - Interface in javax.constraints
-
The interface Constraint defines a generic interface for all
constraints that could be created and posted within the Problem.
- ConstraintException - Exception in javax.constraints
-
- ConstraintException() - Constructor for exception javax.constraints.ConstraintException
-
- ConstraintException(String, Throwable) - Constructor for exception javax.constraints.ConstraintException
-
- ConstraintException(String) - Constructor for exception javax.constraints.ConstraintException
-
- ConstraintException(Throwable) - Constructor for exception javax.constraints.ConstraintException
-
- contains(int) - Method in interface javax.constraints.Var
-
Returns true if the domain of this variable contains the value.
- contains(Set<Integer>) - Method in interface javax.constraints.VarSet
-
- createVariable(String, int, int) - Method in interface javax.constraints.Problem
-
Creates a Var with the name "name" and domain [min;max] of the default domain type,
and returns the newly added Var.
- createVariable(String, int, int) - Method in class javax.constraints.ProblemDelegator
-
- createVariableReal(String, double, double) - Method in interface javax.constraints.Problem
-
Creates a VarReal with the name "name" and domain [min;max] of the default domain type,
and returns the newly added VarReal
- createVariableReal(String, double, double) - Method in class javax.constraints.ProblemDelegator
-