reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2767 if (count_constraints(graph, &n_eq, &n_ineq, use_coincidence) < 0) 2769 if (count_bound_constant_constraints(ctx, graph, &n_eq, &n_ineq) < 0) 2771 if (count_bound_coefficient_constraints(ctx, graph, &n_eq, &n_ineq) < 0) 2778 graph->lp = isl_basic_set_alloc_space(space, 0, n_eq, n_ineq);