Assembly: Ms;
The IMsUORuntimeEquation interface is used to work with the equation that is used to calculate custom optimization problem values.
IMsUORuntimeEquation
The equation can be obtained using the IMsUORuntimeEquations.Item property during problem calculation.
Property name | Brief description | |
The Formula property returns model's source formula. | ||
The Result property returns the equation calculation result in the current calculation point. |
Method name | Brief description | |
The Execute method calculates equation value in the current calculation point. |
See also: