XPRStunerreadmethod
XPRStunerreadmethod |
Purpose
This function loads a user defined tuner method from the given file.
Synopsis
int XPRS_CC XPRStunerreadmethod(XPRSprob prob, const char* methodfile);
Arguments
prob
|
The current problem.
|
methodfile
|
The method file name, from which the tuner can load a user-defined tuner method.
|
Example
XPRStunerreadmethod(prob, "method.xtm");
This loads the tuner method from the
method.xtm file.
Further information
Please refer to Section The Tuner Method for more information about the tuner method, and Appendix The Tuner Method (.xtm) File for the format of the tuner method file.