Cookie Settings

Try our new documentation site (beta).

Filter Content By
Version
Table of contents
Filter by Language
C API Details
C++ API Details
GRBModel +
Java API Details
GRBModel +
.NET API Details
GRBModel +
Python API Details
Model +
Attributes
Parameters
Parameter Descriptions +


GRBgetbatchenv

GRBenv * GRBgetbatchenv ( GRBbatch *batch )

Retrieve the environment associated with a batch.

Return value:

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

Arguments:

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

Example usage:

  GRBenv *env = GRBgetbatchenv(batch);