solve_lp: solve an initialized LP object

Description Usage Arguments Value

Description

solve an initialized LP object

Usage

1
solve_lp(lp_obj, timeout = NULL, solver = NULL, gap = NULL, verbose = T, ...)

Arguments

lp_obj

the LP object

timeout

default is 60 seconds

solver

"cbc" (default), "symphony", "glpk" and "lpsolve".

gap

absolute MIP gap with default = 0

verbose

Value

The updated LP object with an "x" component, which is a binary indicator matrix that defines the items picked for forms.


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