Detect best solver

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))