neos_control: Neos Control Variables

View source: R/plugin.R

neos_controlR 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 NEOS server.

wait

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".

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 TRUE ROI returns the solver call.

options

a character string (default is "") passed to options tag of the GAMS solver template.

parameters

a character string (default is "") passed to parameters tag of the GAMS solver template.

gdx

a character string (default is "") passed to gdx tag of the GAMS solver template.

restart

a character string (default is "") passed to restart tag of the GAMS solver template.

wantgdx

a character string (default is "") passed to wantgdx tag of the GAMS solver template.

wantlst

a character string (default is "") passed to wantlst tag of the GAMS solver template.

wantlog

a character string (default is "") passed to wantlog tag of the GAMS solver template.

comments

a character string (default is "") passed to comments tag of the GAMS solver template.


ROI.plugin.neos documentation built on Nov. 26, 2023, 1:09 a.m.