Package jeco.core.problem
Class Variable<T>
java.lang.Object
jeco.core.problem.Variable<T>
- Type Parameters:
T
- Type of the variable.
Class representing a variable in a problem.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Value of the variable.
-
-
Constructor Details
-
Variable
Constructor.- Parameters:
value
- Value of the variable.
-
-
Method Details