pub unsafe extern "C" fn Highs_passModelName(
highs: *const c_void,
name: *const c_char,
) -> HighsIntExpand description
Pass the name of the model.
@param highs A pointer to the Highs instance. @param name The name of the model.
@returns A kHighsStatus constant indicating whether the call succeeded.