This functions calls the XML-RPC method “getSolverTemplate()”
of NEOS. If the solver category:solvername:inputMethod exists on NEOS,
then an XML template is returned as an object of class NeosXml
.
NgetSolverTemplate(category, solvername, inputMethod,
nc = CreateNeosComm())
Character, the abbreviation of a category
Character, the name of the solver to be used.
Character, the name of the solver for which the xml-template shall be returned.
Object of class NeosComm
:
By default, this argument is set by calling CreateNeosComm()
and thereby using the default values of this function.
An object of class NeosXml
.
NEOS API: http://neos-guide.org/content/NEOS-API, Omegahat web site for RCurl: http://www.omegahat.net/RCurl, Omegahat web site for XMLRPC: http://www.omegahat.net/XMLRPC
'>NeosXml
, NlistAllSolvers
and
CreateNeosComm
# NOT RUN {
NgetSolverTemplate(category = "go", solvername = "ASA", inputMethod = "AMPL")
# }
Run the code above in your browser using DataLab