lcpa: Lattice Cutting Plane Algorithm

Description Usage

View source: R/lcpa.r

Description

Lattice Cutting Plane Algorithm

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
lcpa(x, ...)

## Default S3 method:
lcpa(x, ...)

## S3 method for class 'data.frame'
lcpa(
  df,
  formula,
  weights = NULL,
  R_max = NULL,
  time_limit = 60,
  logfile = random_logfile(),
  engine = c("cplex", "glpk"),
  ...
)

zamorarr/riskslimr documentation built on Sept. 2, 2021, 7:38 p.m.