NO FRAMES

CPXmstwrite

int CPXPUBLIC CPXmstwrite(CPXCENVptr env, CPXCLPptr lp, const char * filename_str)
Definition file: cplex.h
Include files: cplex.h

The routine CPXmstwrite is used to write a MIP start to an .mst file.

Parameters:

env

A pointer to the CPLEX environment as returned by CPXopenCPLEX.

lp

A pointer to the CPLEX problem object as returned by CPXcreateprob.

filename_str

A character string containing the name of the file to which the MIP start information should be written.