Rust application for solving Linear Programming problem of finding optimal solution for transportation problem.
The most of phrases written in Russian for several reasons:
- this project for my classmates
- at the moment there is no good tool to integrate translation for the Rust
- I'm bad in english
Feel free to write me a mail or create a issue, if you need a translation.
git clone https://github.com/D101101/transproblem-rs.git
cd transproblem-rs
cargo run --release
Example of input file:
300 200 200
120 180 100 140 160
25 9 12 6 18
4 7 5 11 19
10 15 18 13 8
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.