reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
199 tab->n_zero = n_eq = tab->n_var - tab->n_col + tab->n_dead; 200 if (tab->empty || n_eq == 0 || n_eq == tab->n_var) 200 if (tab->empty || n_eq == 0 || n_eq == tab->n_var)