run_gurobi: run_gurobi

View source: R/gurobi.R

run_gurobiR Documentation

run_gurobi

Description

Rcplex2-like wrapper for calling Gurobi for MIP optimization

Usage

run_gurobi(
  cvec = NULL,
  Amat = NULL,
  bvec = NULL,
  Qmat = NULL,
  lb = NULL,
  ub = NULL,
  sense = NULL,
  vtype = NULL,
  objsense = "min",
  control = list(epgap = 0.01, tilim = 360, trace = 2),
  threads = 16
)

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