Previous Page: CPXreadcopybaseFirst PageNext Page: CPXreadcopyorder

CPXreadcopymipstart


Usage

Mixed Integer Users Only

Description

This routine reads a .mst file and loads the information into the CPLEX LP problem object.

Return Value

The routine returns a zero on success, and a nonzero if an error occurs.

Synopsis

int CPXreadcopymipstart (CPXENVptr env,
                         CPXLPptr lp,
                         char *filename);

Arguments


CPXENVptr env
The pointer to the CPLEX environment as returned by one of the CPXopenCPLEX() routines.

CPXLPptr lp
A pointer to a CPLEX LP problem object as returned by CPXcreateprob().

char *filename
A string containing the name of the .mst file.

Previous Page: CPXreadcopybaseFirst PageNext Page: CPXreadcopyorder