Previous Page: CPXflushchannelFirst PageNext Page: CPXfopen

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 (CPXENVptr env);

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX routines.

Example

status = CPXflushstdchannels (env);
Previous Page: CPXflushchannelFirst PageNext Page: CPXfopen