pub struct Luby { /* private fields */ }Expand description
Running sums of the Luby sequence 1, 1, 2, 1, 1, 2, 4, …, scaled by a
multiplier, as used for restarts in SAT solvers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Luby
impl RefUnwindSafe for Luby
impl Send for Luby
impl Sync for Luby
impl Unpin for Luby
impl UnsafeUnpin for Luby
impl UnwindSafe for Luby
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