Package: nlopt 0.1.1

Brais Gonzalez-Rodriguez
nlopt: Call Optimization Solvers with .nl Files
The purpose of this library is to to call different optimization solvers (such as Gonzalez Rodriguez et al. (2022) <doi:10.1007/s10898-022-01229-w>, Tawarmalani and Sahinidis (2005) <doi:10.1007/s10107-005-0581-8>, and Byrd et al. (2006) <doi:10.1007/0-387-30065-1_4>) to solve problems given by a standard nl file.
Authors:
nlopt_0.1.1.tar.gz
nlopt_0.1.1.tar.gz(r-4.7-any)nlopt_0.1.1.tar.gz(r-4.6-any)
nlopt_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
nlopt/json (API)
NEWS
| # Install 'nlopt' in R: |
| install.packages('nlopt', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:13642cf51c. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 110 | ||
| source / vignettes | OK | 160 | ||
| linux-release-x86_64 | OK | 106 | ||
| wasm-release | OK | 97 |
Exports:check_solverexample_sol_fileget_available_optionsget_minlplib_problemoptimizeprint_available_optionsprint_helpprint_solver_versionread_sol_file
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Checks if solver exists | check_solver |
| Returns an example.sol file | example_sol_file |
| Gets the available options for a solver | get_available_options |
| Gets problem from MINLPLib | get_minlplib_problem |
| Optimizes the problem | optimize |
| Prints the available options of the solver | print_available_options |
| Prints the help of the solver | print_help |
| Prints the version of the solver | print_solver_version |
| Reads the .sol file | read_sol_file |