Function highs_sys::Highs_changeObjectiveSense
source · [−]pub unsafe extern "C" fn Highs_changeObjectiveSense(
highs: *mut c_void,
sense: HighsInt
) -> HighsIntExpand description
Change the objective sense of the model.
@param highs a pointer to the Highs instance
@param sense the new optimization sense in the form of a kHighsObjSense
constant
@returns a kHighsStatus constant indicating whether the call succeeded