XPRSwritedirs (WRITEDIRS)
XPRSwritedirs |
WRITEDIRS |
Purpose
Writes the global search directives from the current problem to a directives file.
Synopsis
int XPRS_CC XPRSwritedirs(XPRSprob prob, const char *filename);
WRITEDIRS [filename]
Arguments
prob
|
The current problem.
|
filename
|
A string of up to
MAXPROBNAMELENGTH characters containing the file name to which the directives should be written. If omitted (or NULL), the default
problem_name is used with a
.dir extension.
|
Further information
If the problem has been presolved, only the directives for columns in the presolved problem will be written to file.
Related topics