- diagonal1() - Method in interface javax.constraints.VarMatrix
-
- diagonal2() - Method in interface javax.constraints.VarMatrix
-
- divide(int) - Method in interface javax.constraints.Var
-
Returns a new Var that is constrained to be the division of this
variable by the given value, i.e.
- divide(Var) - Method in interface javax.constraints.Var
-
Returns a new Var that is constrained to be the division of this
variable by the given variable, i.e.
- divide(double) - Method in interface javax.constraints.VarReal
-
Adds and returns a new VarReal that is constrained to be the division of this variable
by the given value, i.e.
- divide(VarReal) - Method in interface javax.constraints.VarReal
-
Adds and returns a new VarReal that is constrained to be the division of this variable
by the given variable, i.e.
- divide(int) - Method in interface javax.constraints.VarReal
-
Adds and returns a new VarReal that is constrained to be the division of this variable
by the given value, i.e.
- divide(Var) - Method in interface javax.constraints.VarReal
-
Adds and returns a new VarReal that is constrained to be the division of this variable
by the given variable, i.e.
- DomainType - Enum in javax.constraints
-