Type Alias scip_sys::SCIP_INTERVAL

source ·
pub type SCIP_INTERVAL = SCIP_Interval;
Expand description

interval given by infimum and supremum

Aliased Type§

struct SCIP_INTERVAL {
    pub inf: f64,
    pub sup: f64,
}

Fields§

§inf: f64

< infimum (lower bound) of interval

§sup: f64

< supremum (upper bound) of interval