Function coincbc_sys::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