Nonlinear |
Name | Description | |
---|---|---|
NonlinearProgrammingProblem | Constructs an empty NonlinearProgrammingProblem object. | |
NonlinearProgrammingProblem(DoubleFunctional) | Constructs a NonlinearProgrammingProblem object with the given objective function. | |
NonlinearProgrammingProblem(DoubleFunctional, IEnumerableConstraint) | Constructws a NonlinearProgrammingProblem object with the given objective function and constraints. | |
NonlinearProgrammingProblem(Int32, FuncDoubleVector, Double) | Constructws a NonlinearProgrammingProblem object with the given objective function and constraints. | |
NonlinearProgrammingProblem(Int32, FuncDoubleVector, Double, IEnumerableConstraint) | Constructws a NonlinearProgrammingProblem object with the given objective function and constraints. |