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 The location in which the current objective offset should be placed.

@returns A kHighsStatus constant indicating whether the call succeeded.