glpk: Solve a linear program using GLPK.

Description Usage Arguments Value

Description

Solve a linear program using GLPK.

Usage

1
glpk(lp, timeout = 60, gap.ratio = 0, verbose = FALSE, ...)

Arguments

lp

An R object that encapsulates the data used to specify a linear program

timeout

The number of seconds before the solver must timeout

gap.ratio

relative MIP gap tolerance

verbose

Verbosity level

Value

Updated lp object


yuehmeir2/myFormAssembler documentation built on June 9, 2021, 3:42 a.m.