pub enum LDSSelection {
ClosestToOne,
ClosestToInt,
}
Expand description
Selection mode for columns in limted discrepancy search Two options: Either select column that is closest to one Or, select least fractional If closest to one, we always force torwards one If closest to int, we always branch torwards closests
Variants§
Trait Implementations§
Source§impl Clone for LDSSelection
impl Clone for LDSSelection
Source§fn clone(&self) -> LDSSelection
fn clone(&self) -> LDSSelection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LDSSelection
impl RefUnwindSafe for LDSSelection
impl Send for LDSSelection
impl Sync for LDSSelection
impl Unpin for LDSSelection
impl UnwindSafe for LDSSelection
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