Skip to main content

Highs_clearLinearObjectives

Function Highs_clearLinearObjectives 

Source
pub unsafe extern "C" fn Highs_clearLinearObjectives(
    highs: *const c_void,
) -> HighsInt
Expand 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.