GRBModel::get()

Query the value(s) of an attribute. Use this method for scalar model attributes, or for arrays of constraint or variable attributes.

char* get ( GRB_CharAttr attr,
    const GRBVar* vars,
    int count )

char* get ( GRB_CharAttr attr,
    const GRBConstr* constrs,
    int count )