rustplex 0.2.0

A linear programming solver based on the Simplex algorithm for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "rustplex"

version = "0.2.0"

edition = "2021"

license = "MIT OR Apache-2.0"

description = "A linear programming solver based on the Simplex algorithm for Rust"

authors = ["Mohsen Pakzad <mohsen.pakzad99@gmail.com>"]

keywords = ["rustplex", "lp-solver", "linear-programming", "simplex"]

repository = "https://github.com/mohsenpakzad/rustplex"

readme = "README.md"



[dependencies]

thiserror = "2.0.17"