export_prob
export_prob |
Purpose
Export the linear program from a linear relaxation solver to a text file in LP format.
Synopsis
procedure export_prob(linrelaxsolver:cplinrelaxsolver, name:string)
Arguments
linrelaxsolver
|
the linear relaxation solver
|
name
|
a file name
|
Example
The following example shows how to use the export_prob function.
export_prob(mylinrelaxsolver, "mymatout")
Related topics