Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXreadcopysos
reads in SOS data from an SOS
file, and copies the data into a MIP problem object.
This routine changes the problem type to MIP, if it is not already a MIP.
Example
status = CPXreadcopysos (env, lp, "myprob.sos");
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 SOS information should be read. |