| Overview | Group | Index | Concepts | 
The routine CPXreadcopybase reads a basis from a BAS file,
 and copies that basis into a CPLEX problem object. The parameter
 CPX_PARAM_ADVIND must be set to 1 (one),
 its default value, or 2 (two) in order for the basis to be used
 for starting a subsequent optimization.
Example
status = CPXreadcopybase (env, lp, "myprob.bas");
| env | A pointer to the CPLEX environment as returned by   | 
| lp | A pointer to a CPLEX problem object as returned by   | 
| filename_str | The name of the file from which the basis should be read.  |