8.8 Optimizer API TaskΒΆ

This section is intended for advanced users and should normally never be followed unless advanced debugging or very specialized functionalities are required.

The Model is a wrapper on top of an underlying MOSEK low-level optimizer task. Access to the task is provided by the method Model.getTask. The functionalities available from the task are described in the documentation of the relevant Optimizer API.

Warning

Note that the user gets access to the actual task in the model, and not its clone. Changing the state of the task will most likely invalidate the Fusion model.