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

#236 in Algorithms

Download history 157/week @ 2024-01-15 260/week @ 2024-01-22 151/week @ 2024-01-29 263/week @ 2024-02-05 175/week @ 2024-02-12 169/week @ 2024-02-19 218/week @ 2024-02-26 217/week @ 2024-03-04 352/week @ 2024-03-11 408/week @ 2024-03-18 395/week @ 2024-03-25 512/week @ 2024-04-01 429/week @ 2024-04-08 317/week @ 2024-04-15 524/week @ 2024-04-22 261/week @ 2024-04-29

1,539 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