NlistAllSolvers: XML-RPC method listAllSolvers of Neos

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/NlistAllSolvers.R

Description

This functions calls the XML-RPC method “listAllSolvers()” of NEOS and returns an object of class NeosAns; a list of category:solver:inputMethod.

Usage

1
NlistAllSolvers(convert = TRUE, nc = CreateNeosComm())

Arguments

convert

Logical, if convert = TRUE (the default) the value of the returned XML-RPC result is extracted and returned as character, otherwise the XML-RPC string is returned.

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 NeosAns.

Author(s)

Bernhard Pfaff

References

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

See Also

NeosAns and CreateNeosComm

Examples

1
2
3
4
5
## Not run: 

NlistAllSolvers()

## End(Not run)

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

Related to NlistAllSolvers in rneos...