reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
635 hull = isl_basic_set_from_vec(isl_vec_copy(sample)); 637 hull = initial_hull(tab, isl_vec_copy(sample)); 641 hull = affine_hull(hull, 641 hull = affine_hull(hull, 647 hull = extend_affine_hull(tab, hull, NULL); 647 hull = extend_affine_hull(tab, hull, NULL); 648 if (!hull) 652 isl_basic_set_free(hull); 659 if (hull->n_eq > tab->n_zero) { 660 for (j = 0; j < hull->n_eq; ++j) { 661 isl_seq_normalize(tab->mat->ctx, hull->eq[j], 1 + tab->n_var); 662 if (isl_tab_add_eq(tab, hull->eq[j]) < 0) 667 isl_basic_set_free(hull); 671 isl_basic_set_free(hull);