lan496 / simplex

A Rust implementation of simplex algorithm for self-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

A Rust implementation of simplex algorithm for self-learning

License:MIT License


Languages

Language:Rust 100.0%