pub enum EnvParam {
Threads(u64),
ScreenOutput(bool),
RelativeGap(f64),
ParallelDeterministic(bool),
}Expand description
export all public structs and enums
Variants§
Threads(u64)
ScreenOutput(bool)
RelativeGap(f64)
ParallelDeterministic(bool)
When true, set CPX_PARALLEL_DETERMINISTIC (default). When false, set CPX_PARALLEL_OPPORTUNISTIC.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvParam
impl RefUnwindSafe for EnvParam
impl Send for EnvParam
impl Sync for EnvParam
impl Unpin for EnvParam
impl UnwindSafe for EnvParam
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