pub unsafe extern "C" fn SCIPintervalIsEntire(
infinity: f64,
operand: SCIP_INTERVAL,
) -> c_uintExpand description
indicates whether interval is entire, i.e., whether inf ≤ -infinity and sup ≥ infinity
pub unsafe extern "C" fn SCIPintervalIsEntire(
infinity: f64,
operand: SCIP_INTERVAL,
) -> c_uintindicates whether interval is entire, i.e., whether inf ≤ -infinity and sup ≥ infinity