Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXvecwrite
is used to write solution
information from a Barrier optimization (without crossover) into a VEC
format file. The VEC file can later be read back into CPLEX for a
crossover.
Example
status = CPXvecwrite (env, lp, "myprob.vec");
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
filename_str | A character string containing the name of the file to which the solution information is to be written. |