GRBModel::getVars()

Retrieve an array of all variables in the model.

GRBVar* getVars ( )

Return value:

An array of all variables in the model. Note that this array is heap-allocated, and must be returned to the heap by the user.