Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
M
Metaheuristic
- interface jopt.csp.search.
Metaheuristic
.
Used to guide a local search regarding which moves can be taken.
maximize(CspNumExpr)
- Method in interface jopt.csp.search.
SearchGoals
Creates a goal that will maximize a numeric expression
maximize(CspNumExpr, boolean)
- Method in interface jopt.csp.search.
SearchGoals
Creates a goal that will maximize a numeric expression
memberOfArray(CspIntExpr[], CspIntExpr)
- Method in interface jopt.csp.variable.
CspMath
Constrains a numeric expression to be a member of an array.
memberOfArray(CspLongExpr[], CspLongExpr)
- Method in interface jopt.csp.variable.
CspMath
Constrains a numeric expression to be a member of an array.
memberOfSet(CspIntSetVariable, CspIntExpr)
- Method in interface jopt.csp.variable.
CspSetConstraints
Constrains a numeric expression to be a member of a set.
minimize(CspNumExpr)
- Method in interface jopt.csp.search.
SearchGoals
Creates a goal that will minimize a numeric expression
minimize(CspNumExpr, boolean)
- Method in interface jopt.csp.search.
SearchGoals
Creates a goal that will minimize a numeric expression
moveToNeighbor(SolverSolution, SolverSolution)
- Method in interface jopt.csp.search.
LocalSearch
Restores a neighboring solution to the solver
multiply(double)
- Method in interface jopt.csp.variable.
CspDoubleExpr
Returns an expression representing the product of this expression with a static value
multiply(CspDoubleCast)
- Method in interface jopt.csp.variable.
CspDoubleExpr
Returns an expression representing the product of this expression with another expression
multiply(float)
- Method in interface jopt.csp.variable.
CspFloatExpr
Returns an expression representing the product of this expression with a static value
multiply(double)
- Method in interface jopt.csp.variable.
CspFloatExpr
Returns an expression representing the product of this expression with a static value
multiply(CspFloatCast)
- Method in interface jopt.csp.variable.
CspFloatExpr
Returns an expression representing the product of this expression with another expression
multiply(CspDoubleExpr)
- Method in interface jopt.csp.variable.
CspFloatExpr
Returns an expression representing the product of this expression with another expression
multiply(CspGenericDoubleConstant)
- Method in interface jopt.csp.variable.
CspGenericDoubleExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericFloatConstant)
- Method in interface jopt.csp.variable.
CspGenericFloatExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericDoubleConstant)
- Method in interface jopt.csp.variable.
CspGenericFloatExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericIntConstant)
- Method in interface jopt.csp.variable.
CspGenericIntExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericIntExpr)
- Method in interface jopt.csp.variable.
CspGenericIntExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericLongConstant)
- Method in interface jopt.csp.variable.
CspGenericIntExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericFloatConstant)
- Method in interface jopt.csp.variable.
CspGenericIntExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericDoubleConstant)
- Method in interface jopt.csp.variable.
CspGenericIntExpr
Returns an expression representing the product of this expression with a static generic value
multiply(CspGenericLongConstant)
- Method in interface jopt.csp.variable.
CspGenericLongExpr
Returns an expression representing the product of this expression with a static generic value
multiply(Number)
- Method in interface jopt.csp.variable.
CspGenericNumConstant
Creates a new GenericNumConstant representing num*this for each value of this.
multiply(CspGenericNumConstant)
- Method in interface jopt.csp.variable.
CspGenericNumConstant
Creates a new GenericNumConstant representing num*this for each value of this and each associated value of the specified CspGenericNumConstant.
multiply(int)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with a static value
multiply(long)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with a static value
multiply(float)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with a static value
multiply(double)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with a static value
multiply(CspIntExpr)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with another expression
multiply(CspLongExpr)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with another expression
multiply(CspFloatExpr)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with another expression
multiply(CspDoubleExpr)
- Method in interface jopt.csp.variable.
CspIntExpr
Returns an expression representing the product of this expression with another expression
multiply(long)
- Method in interface jopt.csp.variable.
CspLongExpr
Returns an expression representing the product of this expression with a static value
multiply(float)
- Method in interface jopt.csp.variable.
CspLongExpr
Returns an expression representing the product of this expression with a static value
multiply(double)
- Method in interface jopt.csp.variable.
CspLongExpr
Returns an expression representing the product of this expression with a static value
multiply(CspLongCast)
- Method in interface jopt.csp.variable.
CspLongExpr
Returns an expression representing the product of this expression with another expression
multiply(CspFloatExpr)
- Method in interface jopt.csp.variable.
CspLongExpr
Returns an expression representing the product of this expression with another expression
multiply(CspDoubleExpr)
- Method in interface jopt.csp.variable.
CspLongExpr
Returns an expression representing the product of this expression with another expression
multiply(int, CspIntExpr)
- Method in interface jopt.csp.variable.
CspMath
Creates integer expression representing a*b
multiply(int, CspLongExpr)
- Method in interface jopt.csp.variable.
CspMath
Creates long integer expression representing a*b
multiply(int, CspFloatExpr)
- Method in interface jopt.csp.variable.
CspMath
Creates float expression representing a*b
multiply(int, CspDoubleExpr)
- Method in interface jopt.csp.variable.
CspMath
Creates double expression representing a*b
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X