Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SemialgebraicComplex Improvement #79

Open
ComboProblem opened this issue Jul 6, 2023 · 1 comment
Open

SemialgebraicComplex Improvement #79

ComboProblem opened this issue Jul 6, 2023 · 1 comment

Comments

@ComboProblem
Copy link

Add method to semialgebric complex given input of a region type returns a list of cells with given region type.

@ComboProblem
Copy link
Author

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant