Function Highs_getInfinity

Source
pub unsafe extern "C" fn Highs_getInfinity(
    highs: *const c_void,
) -> f64
Expand description

Return the value of infinity used by HiGHS.

@param highs A pointer to the Highs instance.

@returns The value of infinity used by HiGHS.