NO FRAMES

CPXsetdefaults

public int CPXsetdefaults(CPXENVptr env)
Definition file: 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 if successful and nonzero if an error occurs.