NO FRAMES

CPXaddchannel

public CPXCHANNELptr CPXaddchannel(CPXENVptr env)
Definition file: cplex.h

The routine CPXaddchannel instantiates a new channel object.

Example

 mychannel = CPXaddchannel (env);
 

See also lpex5.c in the CPLEX User's Manual.

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

Returns:

If successful, CPXaddchannel returns a pointer to the new channel object; otherwise, it returns NULL.