Package: nlopt 0.1.1
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.zip(r-4.5)nlopt_0.1.1.zip(r-4.4)nlopt_0.1.1.zip(r-4.3)
nlopt_0.1.1.tgz(r-4.4-any)nlopt_0.1.1.tgz(r-4.3-any)
nlopt_0.1.1.tar.gz(r-4.5-noble)nlopt_0.1.1.tar.gz(r-4.4-noble)
nlopt_0.1.1.tgz(r-4.4-emscripten)nlopt_0.1.1.tgz(r-4.3-emscripten)
nlopt.pdf |nlopt.html✨
nlopt/json (API)
NEWS
# Install 'nlopt' in R: |
install.packages('nlopt', repos = c('https://braisgonzalezusc.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 1 years agofrom:13642cf51c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 13 2024 |
R-4.5-win | OK | Nov 13 2024 |
R-4.5-linux | OK | Nov 13 2024 |
R-4.4-win | OK | Nov 13 2024 |
R-4.4-mac | OK | Nov 13 2024 |
R-4.3-win | OK | Nov 13 2024 |
R-4.3-mac | OK | Nov 13 2024 |
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 |