NlistSolversInCategory {rneos} | R Documentation |
XML-RPC method listSolversInCategory of Neos
Description
This functions calls the XML-RPC method
“listSolversInCategory()” of NEOS and returns an object of
class NeosAns
. The returned content is a list of solver:input
for every solver in the category (category can be abbreviation or
full\_name).
Usage
NlistSolversInCategory(category, convert = TRUE,
nc = CreateNeosComm())
Arguments
category |
Character, the abbreviation of a category |
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
NeosAns
, NlistCategories
and
CreateNeosComm
Examples
## Not run:
NlistSolversInCategory(category = "go")
## End(Not run)
[Package rneos version 0.4-0 Index]