pub unsafe extern "C" fn Highs_changeObjectiveSense(
    highs: *mut c_void,
    sense: HighsInt
) -> HighsInt
Expand 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