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
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
F
FLOAT
- Static variable in interface jopt.csp.spi.util.
NumConstants
FLOAT_NEG_INF
- Static variable in interface jopt.csp.spi.util.
NumConstants
FLOAT_POS_INF
- Static variable in interface jopt.csp.spi.util.
NumConstants
FLOAT_ZERO
- Static variable in interface jopt.csp.spi.util.
NumConstants
FailLimit
- class jopt.csp.spi.search.limit.
FailLimit
.
Search limit that will stop activating search nodes after a configurable number of backtracking failures
FailLimit(int)
- Constructor for class jopt.csp.spi.search.limit.
FailLimit
Creates a new fail limit search limiter
FirstSolutionGoal
- class jopt.csp.spi.search.goal.
FirstSolutionGoal
.
A goal for finding the first feasible solution.
FirstSolutionGoal()
- Constructor for class jopt.csp.spi.search.goal.
FirstSolutionGoal
FlipNeighborhood
- class jopt.csp.spi.search.localsearch.
FlipNeighborhood
.
Creates a neighbor hood that is useful for flipping 0 and 1 values on binary variables.
FlipNeighborhood(CspIntVariable[])
- Constructor for class jopt.csp.spi.search.localsearch.
FlipNeighborhood
Creates a flip neighborhood base on an array of binary variables
FloatCast
- interface jopt.csp.spi.arcalgorithm.variable.
FloatCast
.
Interface allowing other variables and expressions to be casted to a float type for use with float expressions
FloatComputedDomain
- class jopt.csp.spi.arcalgorithm.domain.
FloatComputedDomain
.
FloatComputedDomain(FloatDomain, FloatDomain, int)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatComputedDomain
FloatComputedDomain(float, FloatDomain, int)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatComputedDomain
FloatComputedDomain(FloatDomain, float, int)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatComputedDomain
FloatComputedDomain(FloatDomain, int)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatComputedDomain
FloatDomain
- interface jopt.csp.spi.arcalgorithm.domain.
FloatDomain
.
Interface implemented by float domains
FloatDomainWrapper
- class jopt.csp.spi.arcalgorithm.domain.
FloatDomainWrapper
.
Wraps an integer or long domain for use with Float variables and expressions
FloatDomainWrapper(IntDomain)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatDomainWrapper
FloatDomainWrapper(LongDomain)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatDomainWrapper
FloatExpr
- class jopt.csp.spi.arcalgorithm.variable.
FloatExpr
.
FloatExpr(String, FloatCast, int, FloatCast)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatExpr
Internal Constructor
FloatExpr(String, float, int, FloatCast)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatExpr
FloatExpr(String, FloatCast, int, float)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatExpr
FloatExpr(String, FloatCast, int)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatExpr
FloatExpr(String, CspGenericFloatCast, GenericIndex[], CspGenericIndexRestriction)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatExpr
FloatIntervalDomain
- class jopt.csp.spi.arcalgorithm.domain.
FloatIntervalDomain
.
Float domain that stores data in interval objects
FloatIntervalDomain(float, float)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatIntervalDomain
Constructor
FloatNode
- class jopt.csp.spi.arcalgorithm.graph.node.
FloatNode
.
Node for float domains
FloatNode(String, FloatDomain)
- Constructor for class jopt.csp.spi.arcalgorithm.graph.node.
FloatNode
Constructor
FloatNode()
- Constructor for class jopt.csp.spi.arcalgorithm.graph.node.
FloatNode
Constructor that gives the node a unique name and a domain from Float.NEGATIVE_INFINITY to Float.POSITIVE_INFINITY
FloatSparseDomain
- class jopt.csp.spi.arcalgorithm.domain.
FloatSparseDomain
.
Float domain that stores data as individual values
FloatSparseDomain(float, float)
- Constructor for class jopt.csp.spi.arcalgorithm.domain.
FloatSparseDomain
Constructor
FloatVariable
- class jopt.csp.spi.arcalgorithm.variable.
FloatVariable
.
FloatVariable(String, BaseFloatDomain)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatVariable
Constructor
FloatVariable(String, float, float)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatVariable
Constructor
FloatVariable(String, FloatVariable)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatVariable
Constructor
FloatVariable(String, FloatCast)
- Constructor for class jopt.csp.spi.arcalgorithm.variable.
FloatVariable
Constructor
failLimit(int)
- Method in class jopt.csp.spi.search.
SearchLimitsImpl
first()
- Method in class jopt.csp.spi.search.
SearchGoalsImpl
flipNeighborhood(CspIntVariable[])
- Method in class jopt.csp.spi.search.
LocalSearchImpl
floatValue()
- Method in class jopt.csp.spi.util.
MutableNumber
floatVar(String, float, float)
- Method in class jopt.csp.spi.arcalgorithm.variable.
VarFactory
Creates an instance of a CspFloatVariable object
floatVar(String, CspFloatVariable)
- Method in class jopt.csp.spi.arcalgorithm.variable.
VarFactory
Creates an instance of a CspFloatVariable object
floatVar(String, CspFloatCast)
- Method in class jopt.csp.spi.arcalgorithm.variable.
VarFactory
Creates an instance of a CspFloatVariable object based on an expression.
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
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z