Input objects for the iterative algorithm
More...
◆ Input() [1/2]
Constructs the input for the iterative algorithm
- Parameters
-
context | Context to manage the input for the iterative algorithm |
◆ Input() [2/2]
Constructs the input for the iterative algorithm
- Parameters
-
context | Context to manage the iterative algorithm |
cInput | Pointer to C++ implementation of the input |
◆ get() [1/2]
Returns an input object for the iterative algorithm
- Parameters
-
id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/2]
Returns an optional input object for the iterative algorithm
- Parameters
-
id | Identifier of the optional input object |
- Returns
- Input object that corresponds to the given identifier
◆ set() [1/2]
Sets an input object for the iterative algorithm
- Parameters
-
id | Identifier of the input object |
val | The input object |
◆ set() [2/2]
Sets an optional input object for the iterative algorithm
- Parameters
-
id | Identifier of the optional input object |
val | The optional input object |
The documentation for this class was generated from the following file:
- optimization_solver/iterative_solver/Input.java