NO FRAMES

CPXsetdefaults

int CPXPUBLIC CPXsetdefaults(CPXENVptr env)
Definition file: cplex.h
Include files: cplex.h

The routine CPXsetdefaults resets all CPLEX parameters and settings to default values (with the exception of the log file).

Note
This routine also resets the CPLEX callback functions to NULL.

The reference manual ILOG CPLEX Parameters provides a list of parameters with their types, options, and default values.

Example

 status = CPXsetdefaults (env);
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

Returns:

The routine returns zero on success and nonzero if an error occurs.