Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXtreewrite
is used to save a TRE file
containing information about the branch & cut path
or “tree” for the current problem.
Example
status = CPXtreewrite (env, lp, "myprob.tre");
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 tree information is to be written. |