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