CPXaddchannel


Description

The routine CPXaddchannel() instantiates a new channel object.

Return Value

If successful, CPXaddchannel() returns a 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 CPXopenCPLEX().

Example

  mychannel = CPXaddchannel (env);

See Also

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

Previous Page: Utility Routines  Return to Top Next Page: CPXaddcols