Description
The CPXaddchannel() routine instantiates a new channel object.Return Value
If successful, CPXaddchannel() returns the pointer to the new channel object; otherwise it returns NULL.Synopsis
CPXCHANNELptr CPXaddchannel (CPXENVptr env);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX routines.
mychannel = CPXaddchannel (env);