View source: R/solver_functions.R
detectBestSolver | R Documentation |
Detect best solver
detectBestSolver()
the package name of the best available solver on the system.
solver <- detectBestSolver()
cfg <- createStaticTestConfig(MIP = list(solver = solver))
cfg <- createShadowTestConfig(MIP = list(solver = solver))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.