![]() | Mixed |
Name | Description | |
---|---|---|
![]() | MixedIntegerNonlinearProgrammingProblem | Constructs an empty MixedIntegerNonlinearProgrammingProblem object. |
![]() | MixedIntegerNonlinearProgrammingProblem(DoubleFunctional) | Constructs a MixedIntegerNonlinearProgrammingProblem object with the given objective function. |
![]() | MixedIntegerNonlinearProgrammingProblem(DoubleFunctional, IEnumerableConstraint) | Constructws a MixedIntegerNonlinearProgrammingProblem object with the given objective function and constraints. |
![]() | MixedIntegerNonlinearProgrammingProblem(Int32, FuncDoubleVector, Double) | Constructws a MixedIntegerNonlinearProgrammingProblem object with the given objective function and constraints. |
![]() | MixedIntegerNonlinearProgrammingProblem(Int32, FuncDoubleVector, Double, IEnumerableConstraint) | Constructws a MixedIntegerNonlinearProgrammingProblem object with the given objective function and constraints. |