Assembly: Ms;
The IMsUORuntime interface is used to work with the custom optimization problem calculation context.
IMsUORuntime
The calculation context is available in the IMsUserOptimizationCallback.OnExecute event.
| Property name | Brief description | |
| The Calculation property returns custom optimization problem calculation parameters. | ||
| The Constraints property returns the collection of criterion function constraints. | ||
| The ControlVariables property returns a collection of controlling variables. | ||
| The Coord property returns the current coordinate, in which calculation is executed. | ||
| The CriterionFunction property returns criterion function. | ||
| The Equations property returns the collection of equations, according to which calculation is executed. | ||
| The Problem property returns the custom optimization problem, for which calculation is executed. |
See also: