| Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXreadcopymipstart reads a MST
file and copies the MIP start information into a CPLEX problem object. The
parameter CPX_PARAM_MIPSTART must be set to
CPX_ON, in order for the MIP start information to be used for
starting a subsequent optimization. The default value for the parameter is
CPX_OFF.
Example
status = CPXreadcopystart(env, lp, "myprob.mst");
| env | A pointer to the CPLEX environment as returned by |
| lp | A pointer to a CPLEX problem object as returned by |
| filename_str | A string containing the name of the |