pub type SCIP_INTERVAL = SCIP_Interval;Expand description
interval given by infimum and supremum
Aliased Type§
#[repr(C)]pub struct SCIP_INTERVAL {
pub inf: f64,
pub sup: f64,
}Fields§
§inf: f64< infimum (lower bound) of interval
sup: f64< supremum (upper bound) of interval