IMsUORuntimeEquations

Assembly: Ms;

Description

The IMsUORuntimeEquations interface is used to work with the collection of equations that are used to calculate custom optimization problem values.

Inheritance Hierarchy

IMsUORuntimeEquations

Comments

The equations collection can be obtained using the IMsUORuntime.Equations property during problem calculation.

Properties

  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.

Methods

  Method name Brief description
The ExecuteAll method calculates values of all equations in the current calculation point.

See also:

Ms Assembly Interfaces