pub struct FirstFitDecreasingSolver;Expand description
First-Fit Decreasing heuristic
Implementations§
Source§impl FirstFitDecreasingSolver
impl FirstFitDecreasingSolver
pub fn solve( &self, input: &BinPackingInput, spec: &ProblemSpec, ) -> Result<(BinPackingOutput, SolverReport)>
Auto Trait Implementations§
impl Freeze for FirstFitDecreasingSolver
impl RefUnwindSafe for FirstFitDecreasingSolver
impl Send for FirstFitDecreasingSolver
impl Sync for FirstFitDecreasingSolver
impl Unpin for FirstFitDecreasingSolver
impl UnsafeUnpin for FirstFitDecreasingSolver
impl UnwindSafe for FirstFitDecreasingSolver
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