Assembly: Ms;
The IMsUORuntimeConstraint interface is used to work with a custom optimization problem constraint.
IMsUORuntimeConstraint
A custom optimization problem constraint can be obtained using the IMsUORuntimeConstraints.Item property during problem calculation.
Property name | Brief description | |
The Constraint property returns the source constraint specified in custom optimization problem settings. |
Method name | Brief description | |
The ExecuteH method calculates upper constraint value for the current calculation point. | ||
The ExecuteH method calculates lower constraint value for the current calculation point. | ||
The ExecuteM method calculates constraint value for the current calculation point. | ||
The GenerateStringH method generates an upper constraint expression that depends on controlling variables. | ||
The GenerateStringL method generates lower expression constraint that depends on controlling variables. | ||
The GenerateStringM method generates constraint expression that depends on controlling variables. |
See also: