Overview | Group | Index | Concepts |
The routine CPXsetdefaults
resets all CPLEX parameters and
settings to default values (with the exception of the log file).
The reference manual ILOG CPLEX Parameters provides a list of parameters with their types, options, and default values.
Example
status = CPXsetdefaults (env);
env | A pointer to the CPLEX environment as returned by |