GRBModel.GetEnv()
GRBModel.GetEnv()
Query the environment associated with the model. Note that each model makes its own copy of the environment when it is created. To change parameters for a model, for example, you should use this method to obtain the appropriate environment object.
GRBEnv | GetEnv ( ) |
Return value:
The environment for the model.