[package] name = "mcmf" version = "2.0.0" authors = ["Jacob Jackson "] description = "This crate is for solving instances of the minimum cost maximum flow problem. It uses the network simplex algorithm from the LEMON graph optimization library." repository = "https://github.com/zxqfl/flow" readme = "README.md" keywords = ["graph", "flow", "optimization"] categories = ["algorithms"] license = "MIT" [build-dependencies] gcc = "0.3"