Description
The CPXflushchannel() routine flushes (outputs and clears the buffers of) all message destinations for a channel. Use this routine in cases when it is important to have output written to disk immediately after it is generated. For most applications this routine need not be used.Return Value
This routine does not return a value.Synopsis
void CPXflushchannel (CPXENVptr env,
CPXCHANNELptr channel);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
CPXCHANNELptr channelThe pointer to the channel containing the message destinations to be flushed.
CPXflushchannel (env, mychannel);