Nonlinear Constraint Properties
Properties
| Constraint | Gets or sets the constraint function. |
| Constraint | Gets or sets a delegate that evaluates the constraint value and its gradient. |
| Constraint |
Gets the type of row.
(Inherited from Constraint) |
| Fast | Gets or sets the gradient of the constraint function. |
| Gradient |
Gets the current value of the constraint gradient.
(Inherited from Constraint) |
| IsLinear |
Gets whether the constraint is linear.
(Overrides Constraint.IsLinear) |
| Lower |
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) |
| Upper |
Gets or sets the upper bound of the variable.
(Inherited from OptimizationModelEntity) |
| Value |
Gets the current value of the constraint.
(Inherited from Constraint) |