pub struct HopcroftKarp { /* private fields */ }
Expand description
Hopcroft-Karp法によって、最大二部マッチングを求める。
Implementations§
Auto Trait Implementations§
impl Freeze for HopcroftKarp
impl RefUnwindSafe for HopcroftKarp
impl Send for HopcroftKarp
impl Sync for HopcroftKarp
impl Unpin for HopcroftKarp
impl UnwindSafe for HopcroftKarp
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