The control variables for ROI.plugin.neos.
neos_control(
method = "auto",
wait = TRUE,
email = "",
password = "",
user = "rneos",
dry_run = FALSE,
options = "",
parameters = "",
gdx = "",
restart = "",
wantgdx = "",
wantlst = "",
wantlog = "",
comments = ""
)a chracter string giving the name of the solver to be selected
on the NEOS server.
a logical indicating whether the R interpreter should wait for the
command to finish, or run it asynchronously. If TRUE
ROI returns an object of class "neos_job".
a character string giving the email address.
a character string giving the account password.
a character string giving the username.
a logical if TRUE ROI returns the solver call.
a character string (default is "") passed to options
tag of the GAMS solver template.
a character string (default is "") passed to parameters
tag of the GAMS solver template.
a character string (default is "") passed to gdx
tag of the GAMS solver template.
a character string (default is "") passed to restart
tag of the GAMS solver template.
a character string (default is "") passed to wantgdx
tag of the GAMS solver template.
a character string (default is "") passed to wantlst
tag of the GAMS solver template.
a character string (default is "") passed to wantlog
tag of the GAMS solver template.
a character string (default is "") passed to comments
tag of the GAMS solver template.