Docs.rs
network-flow-0.1.0
network-flow 0.1.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
shanxizeng
Dependencies
dot-generator ^0.2.0
normal
dot-structures ^0.1.0
normal
graphviz-rust-bla 0.*
normal
Versions
82.05%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate network_flow
Version 0.1.0
All Items
Modules
?
Crate
network_flow
source
·
[
−
]
Expand description
这是一个用于最大流和最小费用最大流的库。
其中,图中的容量和费用可以是任意的基础数字类型或者自定义的类型。
Modules
costtype
这个module用于实现不同类型的值相乘,可以支持图中的费用和流量使用不同的类型 (如费用使用f64类型,而流量使用u32类型)
graph
用于建立存储图的数据结构的module
io
实现对图进行输入和输出的module