Click or drag to resize

MixedIntegerNonlinearProgrammingProblem Constructor

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