| Overview | Group | Index | Concepts |
The routine CPXreadcopyorder reads an ORD file and copies
the priority order information into a CPLEX problem object. The parameter
CPX_PARAM_MIPORDIND must be set to
CPX_ON (its default value), in order for the priority order to
be used for starting a subsequent optimization.
Example
status = CPXreadcopyorder (env, lp, "myprob.ord");
| 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 priority order and start values should be read. |