pub unsafe extern "C" fn Cbc_getNumCols(
    model: *mut Cbc_Model
) -> c_int
Expand description

@brief Number of variables in the model @param model problem object @return number of columns (variables)