neos_control {ROI.plugin.neos} | R Documentation |
Neos Control Variables
Description
The control variables for ROI.plugin.neos
.
Usage
neos_control(
method = "auto",
wait = TRUE,
email = "",
password = "",
user = "rneos",
dry_run = FALSE,
options = "",
parameters = "",
gdx = "",
restart = "",
wantgdx = "",
wantlst = "",
wantlog = "",
comments = ""
)
Arguments
method |
a chracter string giving the name of the solver to be selected
on the |
wait |
a logical indicating whether the R interpreter should wait for the
command to finish, or run it asynchronously. If |
email |
a character string giving the email address. |
password |
a character string giving the account password. |
user |
a character string giving the username. |
dry_run |
a logical if |
options |
a character string (default is |
parameters |
a character string (default is |
gdx |
a character string (default is |
restart |
a character string (default is |
wantgdx |
a character string (default is |
wantlst |
a character string (default is |
wantlog |
a character string (default is |
comments |
a character string (default is |