Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetctype
is used to access the types for a
range of variables in a problem object. The beginning and end of the range
must be specified.
Example
status = CPXgetctype (env, lp, ctype, 0, cur_numcols-1);
See Also:
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
xctype | An array where the specified types are to be returned. This array must be of length ( |
begin | An integer indicating the beginning of the range of types to be returned |
end | An integer indicating the end of the range of types to be returned. |