Previous Page: CPXvecwriteFirst PageNext Page: CPXwriteprob

CPXversion


Description

This routine 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.

Return Value

The routine returns NULL if the environment does not exist, and the pointer to a string otherwise.

Synopsis

char *CPXversion (CPXENVptr env);

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX routines.

Example

printf ("CPLEX version is %s\n", CPXversion (env));
Previous Page: CPXvecwriteFirst PageNext Page: CPXwriteprob