NgetSolverTemplate function

XML-RPC method getSolverTemplate of Neos

XML-RPC method getSolverTemplate of Neos

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())

Arguments

  • category: Character, the abbreviation of a category

  • solvername: Character, the name of the solver to be used.

  • inputMethod: Character, the name of the solver for which the xml-template shall be returned.

  • nc: Object of class NeosComm: By default, this argument is set by calling CreateNeosComm()

    and thereby using the default values of this function.

Returns

An object of class NeosXml.

References

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

Author(s)

Bernhard Pfaff

See Also

NeosXml, NlistAllSolvers and CreateNeosComm

Examples

## Not run: NgetSolverTemplate(category = "go", solvername = "ASA", inputMethod = "AMPL") ## End(Not run)
  • Maintainer: Bernhard Pfaff
  • License: GPL (>= 2)
  • Last published: 2020-04-23

Useful links