Parameters grouped by meaning and functionality.
Parameters defining the behavior of the interior-point method for linear, conic and convex problems.
Parameters defining the behavior of the simplex optimizer for linear problems.
Parameters defining the behavior of the primal simplex optimizer for linear problems.
Parameters defining the behavior of the dual simplex optimizer for linear problems.
Parameters defining the behavior of the network simplex optimizer for linear problems.
Parameters defining the behavior of the interior-point method for nonlinear convex problems.
Parameters defining the behavior of the interior-point method for conic problems.
Parameters which define termination and optimality criteria and related information.
Parameters defining the overall solver system environment. This includes system and platform related information and behavior.
Parameters defining the behavior of an optimization task when loading data.
Parameters defining the behavior of data readers and writers.
Parameters defining the behavior of solution reader and writer.
These parameters defines data checking settings and problem data tolerances, i.e. which values are rounded to 0 or infinity, and which values are large or small enough to produce a warning.
Controls the time between calls to the progress call-back function. Hence, if the value of this parameter is for example 10, then the call-back is called approximately each 10 seconds. A negative value is equivalent to infinity.
In general frequent call-backs may hurt the performance.