Package xal.extension.solver.hint
Class DomainHint
java.lang.Object
xal.extension.solver.hint.Hint
xal.extension.solver.hint.DomainHint
- Direct Known Subclasses:
InitialDelta
,InitialDomain
A hint that indicates a variable domain.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract double[]
Get the domain for the specified variable.abstract boolean
hasVariable
(Variable variable) Determine if there is an entry for the variable
-
Field Details
-
LOWER_IND
public static final int LOWER_IND- See Also:
-
UPPER_IND
public static final int UPPER_IND- See Also:
-
-
Constructor Details
-
DomainHint
Constructor
-
-
Method Details
-
hasVariable
Determine if there is an entry for the variable -
getRange
Get the domain for the specified variable.
-