CPXflushstdchannels


Description

This routine flushes the output buffers of the four standard channels cpxresults, cpxwarning, cpxerror, and cpxlog. Use this routine where it is important to see all of the output created by CPLEX either on the screen or in a disk file without calling CPXflushchannel() for each of the four channels.

Return Value

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

Synopsis

  int CPXflushstdchannels (CPXCENVptr env);

Arguments

CPXCENVptr env

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

Example

  status = CPXflushstdchannels (env);


Previous Page: CPXflushchannel Return to Top Next Page: CPXfopen