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);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
printf ("CPLEX version is %s\n", CPXversion (env));