13 unstable releases

0.7.0 Dec 10, 2023
0.6.0 Jun 16, 2022
0.5.4 Apr 21, 2021
0.5.3 Jan 19, 2021
0.3.2 Jul 25, 2018

#239 in Algorithms

Download history 359/week @ 2024-03-13 465/week @ 2024-03-20 444/week @ 2024-03-27 461/week @ 2024-04-03 410/week @ 2024-04-10 381/week @ 2024-04-17 386/week @ 2024-04-24 303/week @ 2024-05-01 359/week @ 2024-05-08 446/week @ 2024-05-15 406/week @ 2024-05-22 490/week @ 2024-05-29 547/week @ 2024-06-05 568/week @ 2024-06-12 434/week @ 2024-06-19 304/week @ 2024-06-26

1,971 downloads per month
Used in 6 crates (5 directly)

MIT license

2MB
36K SLoC

C 22K SLoC // 0.2% comments FORTRAN Legacy 7K SLoC // 0.4% comments SWIG 2.5K SLoC // 0.2% comments C++ 2.5K SLoC // 0.1% comments Rust 1.5K SLoC // 0.0% comments Objective-C 623 SLoC FORTRAN Modern 53 SLoC Scheme 37 SLoC Python 27 SLoC Shell 22 SLoC

crates.io Build Status Documentation

nlopt

Thin wrapper around the C nlopt library.

Building

You will need cmake to build successfully. It should be easy to find on your favourite package manager.

Examples

For a basic usage examples, see the /examples directory. Run with

cargo run --example bobyqa
cargo run --example mma

See also the tests in src/lib.rs. Run them with

cargo test

Attribution

This library was originally forked from https://github.com/mithodin/rust-nlopt.

License

The Rust code is licensed under MIT.

For convenience, this crate bundles nlopt and links it statically. This may have licensing implications so I refer the user to the bundled license for more information.

No runtime deps