pub enum MIP {
Balanced,
Feasibility,
Optimality,
BestBound,
HiddenFeas,
Heuristic,
}Expand description
MIP emphasis switch. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-mip-emphasis-switch
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MIP
impl RefUnwindSafe for MIP
impl Send for MIP
impl Sync for MIP
impl Unpin for MIP
impl UnwindSafe for MIP
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