Struct competitive_programming_rs::graph::maximum_flow::dinitz::Edge [−][src]
Fields
to: usize
rev: usize
is_reversed: bool
cap: i64
Auto Trait Implementations
impl RefUnwindSafe for Edge
impl UnwindSafe for Edge