pub struct MinimumCostFlowSolver { /* private fields */ }

Implementations§

Find the minimum cost to send flow through a flow network from source to sink.

Find the minimum cost to send flow through a flow network, which contains edges of negative cost, from source to sink.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.