Assembly: Ms;
The IMsUORuntimeEquations interface is used to work with the collection of equations that are used to calculate custom optimization problem values.
IMsUORuntimeEquations
The equations collection can be obtained using the IMsUORuntime.Equations property during problem calculation.
Property name | Brief description | |
The Count property returns the number of equations in the collection. | ||
The Item property returns settings of the equation with the specified index. |
Method name | Brief description | |
The ExecuteAll method calculates values of all equations in the current calculation point. |
See also: