CPXsetdefaults


Description

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

Appendix A, Parameter Table provides a list of parameters with their types, options and default values.

Return Value

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

Synopsis

  int CPXsetdefaults (CPXENVptr env);

Arguments

CPXENVptr env

The pointer to the CPLEX environment as returned by CPXopenCPLEX().

Example

  status = CPXsetdefaults (env);


Previous Page: CPXsetdblparam Return to Top Next Page: CPXsetintparam