Struct pathfinding::directed::edmonds_karp::DenseCapacity [−][src]
pub struct DenseCapacity<C> { /* fields omitted */ }Expand description
Dense capacity and flow data.
Trait Implementations
Create a new populated structure. Read more
Mutable common data.
List of successors with positive residual capacity and this capacity.
Residual capacity between two nodes.
Add a given flow between two nodes. This should not be used directly. Read more
Add some residual capacity.
All positive flows starting from a node.
Create a new populated structure. Read more
Set capacity between two nodes.
Get total capacity.
Set total capacity.
Do not request the detailed flows as a result. The returned flows will be an empty vector. Read more
Are detailed flows requested?
Internal: cancel a flow capacity between two nodes.
Auto Trait Implementations
impl<C> RefUnwindSafe for DenseCapacity<C> where
C: RefUnwindSafe,
impl<C> Sync for DenseCapacity<C> where
C: Sync,
impl<C> Unpin for DenseCapacity<C> where
C: Unpin,
impl<C> UnwindSafe for DenseCapacity<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
