pub unsafe extern "C" fn Highs_getObjectiveOffset(
    highs: *const c_void,
    offset: *mut f64
) -> HighsInt
Expand description

Get the objective offset.

@param highs a pointer to the Highs instance @param offset stores the current objective offset

@returns a kHighsStatus constant indicating whether the call succeeded