/simplex

A Rust implementation of simplex algorithm for self-learning

Primary LanguageRustMIT LicenseMIT

simplex

A Rust implementation of simplex algorithm for self-learning

example

cargo run --example example

References

  • T. H. Cormen, C. E. Leiserson, R. L. Rivest, and C. Stein, Introduction to Algorithms, 3rd ed. (MIT Press, 2009).