Click or drag to resize

LinearProgrammingProblem Constructor

Overload List
 NameDescription
Public methodLinearProgrammingProblem Default constructor. Behavior of resulting object is undefined.
Public methodLinearProgrammingProblem(DoubleVector) Constructs a LinearProgrammingProblem object for minimizing objective function dot(objectiveCoefficients, x), where x is the vector of variables.
Top
See Also