Package: scip 1.10.0-3

scip: Interface to the SCIP Optimization Suite
Provides an R interface to SCIP (Solving Constraint Integer Programs), a framework for mixed-integer programming (MIP), mixed-integer nonlinear programming (MINLP), and constraint integer programming (2025, <doi:10.48550/arXiv.2511.18580>). Supports linear, quadratic, SOS, indicator, and knapsack constraints with continuous, binary, and integer variables. Includes a one-shot solver interface and a model-building API for incremental problem construction.
Authors:
scip_1.10.0-3.tar.gz
scip_1.10.0-3.zip(r-4.7)scip_1.10.0-3.zip(r-4.6)scip_1.10.0-3.zip(r-4.5)
scip_1.10.0-3.tgz(r-4.6-x86_64)scip_1.10.0-3.tgz(r-4.6-arm64)scip_1.10.0-3.tgz(r-4.5-x86_64)scip_1.10.0-3.tgz(r-4.5-arm64)
scip_1.10.0-3.tar.gz(r-4.7-arm64)scip_1.10.0-3.tar.gz(r-4.7-x86_64)scip_1.10.0-3.tar.gz(r-4.6-arm64)scip_1.10.0-3.tar.gz(r-4.6-x86_64)
scip_1.10.0-3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
scip/json (API)
NEWS
| # Install 'scip' in R: |
| install.packages('scip', repos = c('https://bnaras.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bnaras/scip/issues
Pkgdown/docs site:https://bnaras.github.io
Last updated from:3b2f51bba6. Checks:11 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 412 | ||
| linux-devel-x86_64 | NOTE | 424 | ||
| source / vignettes | OK | 766 | ||
| linux-release-arm64 | NOTE | 414 | ||
| linux-release-x86_64 | NOTE | 395 | ||
| macos-release-arm64 | NOTE | 321 | ||
| macos-release-x86_64 | NOTE | 640 | ||
| macos-oldrel-arm64 | NOTE | 295 | ||
| macos-oldrel-x86_64 | NOTE | 732 | ||
| windows-devel | NOTE | 767 | ||
| windows-release | NOTE | 763 | ||
| windows-oldrel | NOTE | 755 | ||
| wasm-release | OK | 324 |
Exports:scip_add_indicator_consscip_add_linear_consscip_add_quadratic_consscip_add_sos1_consscip_add_sos2_consscip_add_varscip_add_varsscip_controlscip_get_infoscip_get_nsolsscip_get_objvalscip_get_solscip_get_solutionscip_get_statusscip_modelscip_model_freescip_optimizescip_set_objective_sensescip_set_paramscip_solve
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Print method for scip_control objects | print.scip_control |
| Add an indicator constraint to a SCIP model | scip_add_indicator_cons |
| Add a linear constraint to a SCIP model | scip_add_linear_cons |
| Add a quadratic constraint to a SCIP model | scip_add_quadratic_cons |
| Add a SOS1 constraint to a SCIP model | scip_add_sos1_cons |
| Add a SOS2 constraint to a SCIP model | scip_add_sos2_cons |
| Add a variable to a SCIP model | scip_add_var |
| Add multiple variables to a SCIP model | scip_add_vars |
| SCIP solver control parameters | scip_control |
| Get solver information | scip_get_info |
| Get number of solutions found | scip_get_nsols |
| Get objective value of best solution | scip_get_objval |
| Get the k-th solution from the solution pool | scip_get_sol |
| Get the best solution | scip_get_solution |
| Get solver status | scip_get_status |
| Create a SCIP model | scip_model |
| Free a SCIP model | scip_model_free |
| Solve a SCIP model | scip_optimize |
| Set objective sense | scip_set_objective_sense |
| Set a SCIP parameter | scip_set_param |
| Solve a linear or mixed-integer program using SCIP | scip_solve |
