This functions calls the XML-RPC method “submitJob()” of NEOS and
returns an object of class NeosJob
.
NsubmitJob(xmlstring, user = "rneos", interface = "",
id = 0, nc = CreateNeosComm())
Character, the xml string according to the solver's template and filled withe the user's optimisation data.
Character, the name of the user; for certain optimizers an email address is required.
Character, the name of the interface.
Integer, an identifier for the submitted job.
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 NeosJob
.
'>NeosJob
, CreateXmlString
and
NgetSolverTemplate