reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1736 hull = proto_hull(set, &is_hull); 1737 if (hull && !is_hull) { 1738 if (hull->n_ineq == 0) 1739 hull = initial_hull(hull, set); 1739 hull = initial_hull(hull, set); 1740 hull = extend(hull, set); 1740 hull = extend(hull, set); 1744 return hull;