Overload List

  NameDescription
NonlinearProgrammingProblem()()()
Constructs an empty NonlinearProgrammingProblem object.
NonlinearProgrammingProblem(DoubleFunctional)
Constructs a NonlinearProgrammingProblem object with the given objective function.
NonlinearProgrammingProblem(DoubleFunctional, IEnumerable<(Of <(Constraint>)>))
Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.
NonlinearProgrammingProblem(Int32, Func<(Of <(DoubleVector, Double>)>))
Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.
NonlinearProgrammingProblem(Int32, Func<(Of <(DoubleVector, Double>)>), IEnumerable<(Of <(Constraint>)>))
Constructws a NonlinearProgrammingProblem object with the given objective function and constraints.

See Also