Cbc_setRowName

Function Cbc_setRowName 

Source
pub unsafe extern "C" fn Cbc_setRowName(
    model: *mut Cbc_Model,
    iRow: c_int,
    name: *const c_char,
)
Expand description

@brief Set the name of a row

@param model problem object @param iRow row index @param name row name