Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXversion
returns a pointer to a string
indicating the version of the CPLEX library linked with the application. The
caller should not change the string returned by this function.
Example
printf ("CPLEX version is %s\n", CPXversion (env));
env |
A pointer to the CPLEX environment as returned by CPXopenCPLEX .
|