8000 GitHub - kylc/rust-nlopt: Rust wrapper around the nlopt library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kylc/rust-nlopt

 
 

Repository files navigation

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.

About

Rust wrapper around the nlopt library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.0%
  • Fortran 18.5%
  • C++ 6.7%
  • Roff 3.4%
  • Rust 3.2%
  • CMake 2.5%
  • Other 1.7%
0