NO FRAMES

CPXflushchannel

public void CPXflushchannel(CPXCENVptr env, CPXCHANNELptr channel)
Definition file: cplex.h

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

Example

 CPXflushchannel (env, mychannel);
 

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

channel

A pointer to the channel containing the message destinations to be flushed.

Returns:

This routine does not return a value.