Package: localsolver 2.3
Walerian Sokolowski
localsolver: R API to LocalSolver
The package converts R data onto input and data for LocalSolver, executes optimization and exposes optimization results as R data. LocalSolver (http://www.localsolver.com/) is an optimization engine developed by Innovation24 (http://www.innovation24.fr/). It is designed to solve large-scale mixed-variable non-convex optimization problems. The localsolver package is developed and maintained by WLOG Solutions (http://www.wlogsolutions.com/en/) in collaboration with Decision Support and Analysis Division at Warsaw School of Economics (http://www.sgh.waw.pl/en/).
Authors:
localsolver_2.3.tar.gz
localsolver_2.3.tar.gz(r-4.5-noble)localsolver_2.3.tar.gz(r-4.4-noble)
localsolver_2.3.tgz(r-4.4-emscripten)localsolver_2.3.tgz(r-4.3-emscripten)
localsolver.pdf |localsolver.html✨
localsolver/json (API)
NEWS
# Install 'localsolver' in R: |
install.packages('localsolver', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
- google_example_1_data - Data set for google_machine_reassignment demo.
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 11 years agofrom:716e63b3c5. Checks:ERROR: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | FAIL | Nov 18 2024 |
R-4.5-linux | ERROR | Nov 18 2024 |
Exports:add.output.exprclear.output.exprsls.problemls.solvelsp.model.examplereset.lsp.paramsset.paramsset.temp.dir
Dependencies:
An introduction to localsolver library
Rendered fromlocalsolver.Rmd
usingknitr::knitr
on Nov 18 2024.Last update: 2014-04-07
Started: 2014-04-07
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add expression to output of ls.problem. | add.output.expr |
Remove all output expressions (see: 'add.output.expr'). | clear.output.exprs |
Data set for google_machine_reassignment demo. | google_example_1_data |
R API to LocalSolver | localsolver-package localsolver |
Create problem instance from model formulated in LSP language. | ls.problem |
Solves a LocalSolver problem on data passed. | ls.solve |
Load LSP model example code. | lsp.model.example |
Prints an object of class ls.problem. | print.ls.problem |
Reset all ls.problem instance parameters. | reset.lsp.params |
Set ls.problem instance parameters. | set.params |
Sets folder to use for the problem instance solving process temporary data. | set.temp.dir |