NsubmitJob: XML-RPC method submitJob of Neos

Description Usage Arguments Value Author(s) References See Also

View source: R/NsubmitJob.R

Description

This functions calls the XML-RPC method “submitJob()” of NEOS and returns an object of class NeosJob.

Usage

1
2
NsubmitJob(xmlstring, user = "rneos", interface = "",
           id = 0, nc = CreateNeosComm())

Arguments

xmlstring

Character, the xml string according to the solver's template and filled withe the user's optimisation data.

user

Character, the name of the user; for certain optimizers an email address is required.

interface

Character, the name of the interface.

id

Integer, an identifier for the submitted job.

nc

Object of class NeosComm: By default, this argument is set by calling CreateNeosComm() and thereby using the default values of this function.

Value

An object of class NeosJob.

Author(s)

Bernhard Pfaff

References

NEOS API: https://neos-server.org/neos/xml-rpc.html

See Also

NeosJob, CreateXmlString and NgetSolverTemplate


rneos documentation built on April 22, 2020, 3 p.m.

Related to NsubmitJob in rneos...