An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# soplex-rs
[![tests](https://github.com/mmghannam/soplex-rs/actions/workflows/checks.yml/badge.svg)](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.