pub unsafe extern "C" fn Highs_getObjectiveSense(
highs: *const c_void,
sense: *mut HighsInt,
) -> HighsIntExpand description
Get the objective sense.
@param highs A pointer to the Highs instance.
@param sense The location in which the current objective sense should be
placed. The sense is a kHighsObjSense constant.
@returns A kHighsStatus constant indicating whether the call succeeded.