pub enum DoubleParam {
Show 24 variants
Cutoff,
IterationLimit,
NodeLimit,
TimeLimit,
FeasibilityTol,
IntFeasTol,
MarkowitzTol,
MIPGap,
MIPGapAbs,
OptimalityTol,
PerturbValue,
Heuristics,
ObjScale,
NodefileStart,
BarConvTol,
BarQCPConvTol,
PSDTol,
ImproveStartGap,
ImproveStartNodes,
ImproveStartTime,
FeasRelaxBigM,
TuneTimeLimit,
PreSOS1BigM,
PreSOS2BigM,
}Variants§
Cutoff
IterationLimit
NodeLimit
TimeLimit
FeasibilityTol
IntFeasTol
MarkowitzTol
MIPGap
MIPGapAbs
OptimalityTol
PerturbValue
Heuristics
ObjScale
NodefileStart
BarConvTol
BarQCPConvTol
PSDTol
ImproveStartGap
ImproveStartNodes
ImproveStartTime
FeasRelaxBigM
TuneTimeLimit
PreSOS1BigM
PreSOS2BigM
Trait Implementations§
Source§impl Clone for DoubleParam
impl Clone for DoubleParam
Source§fn clone(&self) -> DoubleParam
fn clone(&self) -> DoubleParam
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DoubleParam
impl Debug for DoubleParam
Source§impl From<DoubleParam> for CString
impl From<DoubleParam> for CString
Source§fn from(attr: DoubleParam) -> CString
fn from(attr: DoubleParam) -> CString
Converts to this type from the input type.
impl Copy for DoubleParam
Auto Trait Implementations§
impl Freeze for DoubleParam
impl RefUnwindSafe for DoubleParam
impl Send for DoubleParam
impl Sync for DoubleParam
impl Unpin for DoubleParam
impl UnwindSafe for DoubleParam
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