pub unsafe extern "C" fn Cbc_problemName(
    model: *mut Cbc_Model,
    maxNumberCharacters: c_int,
    array: *mut c_char
)
Expand description

@brief Queries problem name

@param model problem object @param maxNumberCharacters space in string array @param array string where problem name will be saved