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 (CPXENVptr env);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
status = CPXflushstdchannels (env);