optionsLpSolveAPI: Function to parse options for lp_solve

Description Usage Arguments Value

View source: R/lp.R

Description

This function constructs a list of options to be parsed when solver is set to lpsolveapi. The options permitted are those that can be set via lpSolveAPI::lp.control, and should be passed as a named list (e.g. list(epslevel = "tight")).

Usage

1

Arguments

options

list. The name of each item must be the name of the option, and is case sensitive. The value assigned to each item is the value to set the option to. The lprec argument should always be omitted.

Value

string, the command to be evaluated to implement the options.


ivmte documentation built on Sept. 17, 2021, 5:06 p.m.