#linear-programming #solver #bindings #lp #so-plex

soplex-rs

Safe Rust bindings for the SoPlex LP solver

10 releases

0.3.4 Oct 30, 2024
0.3.2 Jul 22, 2024
0.2.0 Jul 17, 2024
0.1.5 Jul 15, 2024

#1068 in Algorithms

Download history 380/week @ 2024-07-18 48/week @ 2024-07-25 5/week @ 2024-08-01 12/week @ 2024-09-12 29/week @ 2024-09-26 29/week @ 2024-10-03 62/week @ 2024-10-24 57/week @ 2024-10-31

119 downloads per month

Apache-2.0

45KB
864 lines

soplex-rs

tests

Safe rust bindings for the SoPlex linear programming library.

Usage

Run this in your crate's root directory:

cargo add soplex-rs

For a simple example, see the one here. For a more complete description of the functionality see the documentation.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

Contribution

Any contribution intentionally submitted for inclusion in this project, shall be licensed as Apache 2.0, without any additional terms or conditions.

Dependencies

~1.2–3.5MB
~53K SLoC