internal: Rcplex2

Rcplex2R Documentation

Rcplex2

Description

Modification of Rcplex which takes in mipcontrol parameters.

Usage

Rcplex2(
  cvec,
  Amat,
  bvec,
  Qmat = NULL,
  lb = 0,
  ub = Inf,
  control = list(),
  objsense = c("min", "max"),
  sense = "L",
  vtype = NULL,
  n = 1,
  tuning = FALSE
)

mskilab/gGnome documentation built on May 8, 2024, 4:25 p.m.