Skip to main content

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

NameTypeDescription
modelModelThe model to solve.
parameters?ParametersThe parameters to use for solving.
warmStart?SolutionThe solution to start with.