ICpLinearOptimization

Assembly: Cp;

Description

The ICpLinearOptimization interface contains properties and methods of linear optimization.

Inheritance Hierarchy

          ICpMethod

          ICpLinearOptimization

Comments

To create object executing non-linear optimization, use the LinearOptimization class.

Properties

  Property name Brief description
Constraints The Constraints property returns linear optimization constraints.
CriterionFunction The CriterionFunction property returns criterion function.
Equations The Equations property returns linear optimization equations.
Variables The Variables property returns linear optimization variables.

Properties inherited from ICpMethod

  Property name Brief description
Extremum The Extremum property determines the type of extremum, which will be searched for when finding optimal value.

Methods inherited from ICpMethod

  Method name Brief description
Evaluate The Evaluate method calculates the method.

See also:

Cp Assembly Interfaces | Optimal Control Problem Considering Constraints