AddConstraint Method
From Fabrica Bolos GLPK
Overload List
| Name | Description | |
|---|---|---|
| AddConstraint(Constraint, String) |
Adds constraint to this model instance if it is consistent. If you choose to provide a name, the name of the constraint will be overridden.
You need to make sure that the name of the constraint is unique.
| |
| AddConstraint(String, Double, Double, Expression) |
Adds a new constraint to this model instance if it is consistent.
|