pub unsafe extern "C" fn Highs_getModelStatus(
    highs: *const c_void
) -> HighsInt
Expand description

Return the optimization status of the model in the form of a kHighsModelStatus constant.

@param highs a pointer to the Highs instance

@returns an integer corresponding to the kHighsModelStatus constant