pub unsafe extern "C" fn Highs_getObjectiveSense(
    highs: *const c_void,
    sense: *mut HighsInt
) -> HighsInt
Expand description

Get the objective sense.

@param highs a pointer to the Highs instance @param sense stores the current objective sense as a kHighsObjSense constant

@returns a kHighsStatus constant indicating whether the call succeeded