DigColaLevel *levels;
Variable **vs = e->vs;
/* e->ndv is the number of dummy variables required, one for each boundary */
- compute_hierarchy(graph, n, 1e-2, 1e-1, NULL, &ordering, &ls,
+ compute_hierarchy(graph, e->nv, 1e-2, 1e-1, NULL, &ordering, &ls,
&e->ndv);
- levels = assign_digcola_levels(ordering, n, ls, e->ndv);
+ levels = assign_digcola_levels(ordering, e->nv, ls, e->ndv);
if (Verbose)
fprintf(stderr, "Found %d DiG-CoLa boundaries\n", e->ndv);
e->gm =