Rcplex2 | R Documentation |
Modification of Rcplex which takes in mipcontrol parameters.
Rcplex2(
cvec,
Amat,
bvec,
Qmat = NULL,
lb = 0,
ub = Inf,
control = list(),
objsense = c("min", "max"),
sense = "L",
vtype = NULL,
n = 1,
tuning = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.