Function Highs_changeObjectiveOffset

Source
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.