ipopt-rs icon indicating copy to clipboard operation
ipopt-rs copied to clipboard

Rust bindings for the Ipopt non-linear constrained optimization library.

Results 4 ipopt-rs issues
Sort by recently updated
recently updated
newest added

Hi there, ``` ipopt: 0.5.4 ipopt-sys: 0.5.5 ``` Judging by the compiler output, its installing ipopt from source. ipopt and ipopt-sys compiled fine, but there was an issue with the...

Currently, the callback interface is not 100% safe in a sense that the caller may potentially cause UB if the output slices in the objective and derivative callbacks are not...

At the time of this writing, it looks like the docs.rs runner is missing libgfortran. There may be other issues as well. This issue has more to do with fixing...

Hello, on newer Linux versions I run into >Unsupported archive identifier errors. I fixed it by always linking dynamically. Not sure if that is the appropriate solution to that problem...