NO FRAMES

CPXflushstdchannels

int CPXPUBLIC CPXflushstdchannels(CPXCENVptr env)
Definition file: cplex.h
Include files: cplex.h

The routine CPXflushstdchannels 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.

Example

 status = CPXflushstdchannels (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.