Click or drag to resize

LinearProgrammingProblem Properties

The LinearProgrammingProblem type exposes the following members.

Properties
 NameDescription
Public propertyConstraints Gets and sets the linear constraints for the problem.
(Inherited from LinearConstrainedProblem)
Public propertyNumVariables Gets the number of variables.
(Overrides BoundedVariableProblemNumVariables)
Public propertyObjectiveCoefficients Gets and sets the coefficients for the objective function.
Public propertyVariableBounds Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem)
Top
See Also