reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1379 if (!tab->conflict) 1382 if (tab->row_var[row] < 0 && 1383 report_conflicting_constraint(tab, ~tab->row_var[row]) < 0) 1383 report_conflicting_constraint(tab, ~tab->row_var[row]) < 0) 1386 tr = tab->mat->row[row] + 2 + tab->M; 1386 tr = tab->mat->row[row] + 2 + tab->M; 1388 for (j = tab->n_dead; j < tab->n_col; ++j) { 1388 for (j = tab->n_dead; j < tab->n_col; ++j) { 1389 if (col_is_parameter_var(tab, j)) 1395 if (tab->col_var[j] < 0 && 1396 report_conflicting_constraint(tab, ~tab->col_var[j]) < 0) 1396 report_conflicting_constraint(tab, ~tab->col_var[j]) < 0)