Function highs_sys::Highs_getObjectiveSense
source · [−]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 stores the current objective sense as a kHighsObjSense
constant
@returns a kHighsStatus constant indicating whether the call succeeded