GRBModel::getGenConstrs()
GRBModel::getGenConstrs()
Retrieve an array of all general constraints in the model.
GRBGenConstr* |
getGenConstrs ( ) |
Return value:
An array of all general constraints in the model.
Note that this array is heap-allocated, and must be returned to the
heap by the user.