Struct algorithm_rs::graph::ford_fullkerson::FordFullkerson
source · pub struct FordFullkerson {
pub graph: Graph,
pub used: Vec<bool>,
pub flow: usize,
}
Fields§
§graph: Graph
§used: Vec<bool>
§flow: usize
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FordFullkerson
impl Send for FordFullkerson
impl Sync for FordFullkerson
impl Unpin for FordFullkerson
impl UnwindSafe for FordFullkerson
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more