pub unsafe extern "C" fn Highs_passRowName(
highs: *const c_void,
row: HighsInt,
name: *const c_char,
) -> HighsIntExpand description
Pass the name of a row.
@param highs A pointer to the Highs instance. @param row The row for which the name is supplied. @param name The name of the row.
@returns A kHighsStatus constant indicating whether the call succeeded.