Expand description
§Ipopt Bindgen
This crate provides access to the C API of the Ipopt optimizer. As the name implies, it uses bindgen to generate the bindings.
This crate does not build Ipopt itself.
The build.rs
script will generate the bindings based on the system’s installed
version of Ipopt.
This crate only provides access to the raw C bindings of Ipopt. It is unlikely that this will be nice to use directly. For more information, please refer to the Ipopt C API documentation. For a full Rust usage example, please refer to the examples in the project GitHub repository.