Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Next: GRBModel.AddGenConstrAnd() Up: GRBModel.AddGenConstrXxx() Previous: GRBModel.AddGenConstrMin()
GRBModel.AddGenConstrAbs()
Add a new general constraint of type GRB.GENCONSTR_ABS to a model.
An ABS constraint states that the resultant variable should be equal to the absolute value of the argument variable .
GRBGenConstr | AddGenConstrAbs ( | GRBVar | resvar, |
GRBVar | argvar, | ||
string | name ) |
-
Arguments:
resvar: The resultant variable of the new constraint.
argvar: The argument variable of the new constraint.
name: Name for the new general constraint.
Return value:
New general constraint.
Next: GRBModel.AddGenConstrAnd() Up: GRBModel.AddGenConstrXxx() Previous: GRBModel.AddGenConstrMin()