You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like sage: clx = SemialgebraicComplex(family_of_functions, parameters) sage: clx.bfs_compeltion() sage: extreme_cells = clx.get_region_list(region_type_name="is_extreme") sage: extreme_cells [a list of all cells that are extreme here]
Add method to semialgebric complex given input of a region type returns a list of cells with given region type.
The text was updated successfully, but these errors were encountered: