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