Previous Page: Portability Routines First PageNext Page: CPXaddcols

CPXaddchannel


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);

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX routines.

Example

mychannel = CPXaddchannel (env);

See Also

Example lpex5.c in the CPLEX User's Manual.

Previous Page: Portability Routines First PageNext Page: CPXaddcols