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

arccore.graph add support for flexible graph filtering #6

Open
ChrisRus opened this issue Dec 20, 2021 · 0 comments
Open

arccore.graph add support for flexible graph filtering #6

ChrisRus opened this issue Dec 20, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request test Related to test coverage

Comments

@ChrisRus
Copy link
Member

Similar in spirit to existing transpose algorithm accepts an input graph and produces a second graph that's a copy of the first with its edges reversed (transposed), the graph filter operation would allow a developer to pass in a DirectedGraph instance and some TBD predicate specification and get back a second DirectedGraph instance that is a filtered copy of the first.

Some common predicates:

  • Remove all vertices matching predicate
  • Remove all edges matching predicate
  • BFT/DFT-based filtering (uses special visitors to affect advanced filtering operations)
@ChrisRus ChrisRus added documentation Improvements or additions to documentation enhancement New feature or request test Related to test coverage labels Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request test Related to test coverage
Projects
None yet
Development

No branches or pull requests

1 participant