Click or drag to resize

MixedIntegerLinearProgrammingProblem Properties

The MixedIntegerLinearProgrammingProblem type exposes the following members.

Properties
 NameDescription
Public propertyConstraints Gets and sets the linear constraints for the problem.
(Inherited from LinearConstrainedProblem)
Public propertyIntegralVariableIndices Gets the zero based indices of variables with integral constraints.
Public propertyNumVariables Gets the number of variables.
(Inherited from LinearProgrammingProblem)
Public propertyObjectiveCoefficients Gets and sets the coefficients for the objective function.
(Inherited from LinearProgrammingProblem)
Public propertyVariableBounds Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem)
Top
See Also