Click or drag to resize

NonlinearProgrammingProblem Constructor

Overload List
 NameDescription
Public methodNonlinearProgrammingProblem Constructs an empty NonlinearProgrammingProblem object.
Public methodNonlinearProgrammingProblem(DoubleFunctional) Constructs a NonlinearProgrammingProblem object with the given objective function.
Public methodNonlinearProgrammingProblem(DoubleFunctional, IEnumerableConstraint) Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.
Public methodNonlinearProgrammingProblem(Int32, FuncDoubleVector, Double) Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.
Public methodNonlinearProgrammingProblem(Int32, FuncDoubleVector, Double, IEnumerableConstraint) Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.
Top
See Also