Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBModel::getCol()
Retrieve the list of constraints in which a variable participates, and the associated coefficients. The result is returned as a GRBColumn object.
GRBColumn | getCol ( | GRBVar | var ) |
Arguments:
var: The variable of interest.
Return value:
A GRBColumn object that captures the set of constraints in which the variable participates.