Function highs_sys::Highs_getObjectiveOffset
source · [−]pub unsafe extern "C" fn Highs_getObjectiveOffset(
highs: *const c_void,
offset: *mut f64
) -> HighsIntExpand 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