NO FRAMES

CPXversion

public CPXCCHARptr CPXversion(CPXCENVptr env)
Definition file: cplex.h

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));
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

Returns:

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