pub struct HungarianSolver;Expand description
Hungarian algorithm solver
Trait Implementations§
Source§impl AssignmentSolver for HungarianSolver
impl AssignmentSolver for HungarianSolver
Source§fn solve(
&self,
problem: &AssignmentProblem,
params: &SolverParams,
) -> Result<AssignmentSolution>
fn solve( &self, problem: &AssignmentProblem, params: &SolverParams, ) -> Result<AssignmentSolution>
Solve the assignment problem
Auto Trait Implementations§
impl Freeze for HungarianSolver
impl RefUnwindSafe for HungarianSolver
impl Send for HungarianSolver
impl Sync for HungarianSolver
impl Unpin for HungarianSolver
impl UnsafeUnpin for HungarianSolver
impl UnwindSafe for HungarianSolver
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