Skip to content

vessd/transproblem-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transproblem-rs

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.

How to build and run

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

License

Licensed under either of

Contribution

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.

About

No description or website provided.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages