https://github.com/scipopt/soplex-rs
Safe rust bindings for the SoPlex linear programming library.
https://github.com/scipopt/soplex-rs
Last synced: 6 months ago
JSON representation
Safe rust bindings for the SoPlex linear programming library.
- Host: GitHub
- URL: https://github.com/scipopt/soplex-rs
- Owner: scipopt
- License: apache-2.0
- Created: 2024-07-13T09:11:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T17:54:13.000Z (over 1 year ago)
- Last Synced: 2025-08-30T12:44:51.939Z (11 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soplex-rs
[](https://github.com/mmghannam/soplex-rs/actions/workflows/checks.yml)
[![][img_crates]][crates] [![][img_doc]][doc]
[img_crates]: https://img.shields.io/crates/v/soplex-rs.svg
[crates]: https://crates.io/crates/soplex-rs
[img_doc]: https://img.shields.io/badge/rust-documentation-blue.svg
[doc]: https://docs.rs/soplex-rs/
Safe rust bindings for the [SoPlex](https://soplex.zib.de/) linear programming library.
## Usage
Run this in your crate's root directory:
```bash
cargo add soplex-rs
```
For a simple example, see the one [here](examples/simple_model.rs). For a more complete description of the functionality see the [documentation](https://docs.rs/soplex-rs/).
## License
This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](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.