NlistAllSolvers {rneos} | R Documentation |
This functions calls the XML-RPC method “listAllSolvers()” of
NEOS and returns an object of class NeosAns
; a list of
category:solver:inputMethod
.
NlistAllSolvers(convert = TRUE, nc = CreateNeosComm())
convert |
Logical, if |
nc |
Object of class |
An object of class NeosAns
.
Bernhard Pfaff
NEOS API: https://neos-server.org/neos/xml-rpc.html
## Not run: NlistAllSolvers() ## End(Not run)