LinearProgramConstraint Properties

Properties

ConstraintType Gets the type of row.
(Inherited from Constraint)
Gradient Gets the current value of the constraint gradient.
(Inherited from Constraint)
IsLinear Gets whether the constraint is linear.
(Inherited from LinearConstraint)
LowerBound Gets or sets the lower bound of the variable.
(Inherited from OptimizationModelEntity)
Name Gets the name of the variable.
(Inherited from OptimizationModelEntity)
Position Gets the position of the current instance in the collection.
(Inherited from OptimizationModelEntity)
UpperBound Gets or sets the upper bound of the variable.
(Inherited from OptimizationModelEntity)
Value Gets the current value of the constraint.
(Inherited from Constraint)

See Also