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

Change the objective offset of the model.

@param highs a pointer to the Highs instance @param offset the new objective offset

@returns a kHighsStatus constant indicating whether the call succeeded