Overview | Group | Tree | Graph | Index | Concepts |
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);
env | A pointer to the CPLEX environment as returned by |
channel | A pointer to the channel containing the message destinations to be flushed. |