pub unsafe extern "C" fn Highs_clearLinearObjectives(
highs: *const c_void,
) -> HighsIntExpand description
Clears any multiple linear objective data in HiGHS
@param highs A pointer to the Highs instance.
@returns A kHighsStatus constant indicating whether the call succeeded.