Learn R Programming

TestDesign (version 1.7.0)

detectBestSolver: Detect best solver

Description

Detect best solver

Usage

detectBestSolver()

Arguments

Value

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

Examples

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

Run the code above in your browser using DataLab