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

#225 in Algorithms

Download history 84/week @ 2023-12-31 226/week @ 2024-01-07 157/week @ 2024-01-14 257/week @ 2024-01-21 154/week @ 2024-01-28 266/week @ 2024-02-04 168/week @ 2024-02-11 176/week @ 2024-02-18 203/week @ 2024-02-25 220/week @ 2024-03-03 352/week @ 2024-03-10 415/week @ 2024-03-17 387/week @ 2024-03-24 517/week @ 2024-03-31 420/week @ 2024-04-07 325/week @ 2024-04-14

1,679 downloads per month
Used in 5 crates (4 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