detectBestSolver: Detect best solver

View source: R/solver_functions.R

detectBestSolverR Documentation

Detect best solver

Description

Detect best solver

Usage

detectBestSolver()

Value

the package name of the best available solver on the system.

Examples

solver <- detectBestSolver()
cfg <- createStaticTestConfig(MIP = list(solver = solver))
cfg <- createShadowTestConfig(MIP = list(solver = solver))


choi-phd/TestDesign documentation built on Oct. 1, 2024, 2:37 a.m.