pub enum StartAlg {
DualIs0,
EstimateDual,
AverageOfPrimalEstimateDualIs0,
AverageOfPrimalEstimateEstimateDual,
}Expand description
Barrier starting point algorithm. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-barrier-starting-point-algorithm
Variants§
Trait Implementations§
impl Copy for StartAlg
Auto Trait Implementations§
impl Freeze for StartAlg
impl RefUnwindSafe for StartAlg
impl Send for StartAlg
impl Sync for StartAlg
impl Unpin for StartAlg
impl UnwindSafe for StartAlg
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