Usage
Mixed Integer Users Only.mst file.Synopsis
int CPXmstwrite (CPXENVptr env,
CPXLPptr lp,
char *filename);
CPXENVptr envThe pointer to the CPLEX environment as returned by one of the
CPXopenCPLEX() routines.
CPXLPptr lpA pointer to the CPLEX LP problem object as returned by
CPXcreateprob().
char *filenameA string containing the name of the
.mst file.