Click or drag to resize

MixedIntegerNonlinearProgrammingProblem Properties

The MixedIntegerNonlinearProgrammingProblem type exposes the following members.

Properties
 NameDescription
Public propertyConstraints Gets the constraints.
(Inherited from NonlinearProgrammingProblem)
Public propertyIntegralVariableIndices Gets the zero based indices of variables with integral constraints.
Public propertyNumVariables Number of variables for the problem.
(Inherited from NonlinearProgrammingProblem)
Public propertyObjectiveFunction Gets and sets the objective funtion to minimize.
(Inherited from NonlinearProgrammingProblem)
Public propertyVariableBounds Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem)
Top
See Also