pub unsafe extern "C" fn Highs_getRowName(
    highs: *const c_void,
    row: HighsInt,
    name: *mut c_char
) -> HighsInt
Expand description

Get the name of a row.

@param row The index of the row to query. @param name A pointer in which to store the name of the row. This must have length kHighsMaximumStringLength.

@returns A kHighsStatus constant indicating whether the call succeeded.