Type alias: ProblemDefinition
Ƭ ProblemDefinition: Object
The definition of a problem to solve, i.e. all the input the solver needs for solving.
Remarks
This type contains everything that is needed to solve a model. In particular it contains the model itself, the parameters to use for solving (optional) and the starting solution (optional).
Type declaration
Name | Type | Description |
---|---|---|
model | Model | The model to solve. |
parameters? | Parameters | The parameters to use for solving. |
warmStart? | Solution | The solution to start with. |