Cbc_setColName

Function Cbc_setColName 

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

@brief Set the name of a column

@param model problem object @param iColumn column index @param column name