pub struct AbsMIPGap(/* private fields */);Expand description
Absolute MIP gap tolerance https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-absolute-mip-gap-tolerance
Implementations§
Trait Implementations§
impl Copy for AbsMIPGap
Auto Trait Implementations§
impl Freeze for AbsMIPGap
impl RefUnwindSafe for AbsMIPGap
impl Send for AbsMIPGap
impl Sync for AbsMIPGap
impl Unpin for AbsMIPGap
impl UnwindSafe for AbsMIPGap
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