Cookie Settings

Try our new documentation site (beta).

Filter Content By
Version


GRBgetenv

GRBenv * GRBgetenv ( GRBmodel *model )

Retrieve the environment associated with a model.

Return value:

The environment associated with the model. A NULL return value indicates that there was a problem retrieving the environment.

Arguments:

model: The model from which the environment should be retrieved.

Example usage:

  GRBenv *env = GRBgetenv(model);