NlistAllSolvers {rneos} | R Documentation |
XML-RPC method listAllSolvers of Neos
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
NlistAllSolvers(convert = TRUE, nc = CreateNeosComm())
Arguments
convert |
Logical, if |
nc |
Object of class |
Value
An object of class NeosAns
.
Author(s)
Bernhard Pfaff
References
NEOS API: https://neos-server.org/neos/xml-rpc.html
See Also
Examples
## Not run:
NlistAllSolvers()
## End(Not run)
[Package rneos version 0.4-0 Index]