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

Implement Masked / Stacked Graphs #10

Open
camillescott opened this issue Jan 28, 2020 · 0 comments
Open

Implement Masked / Stacked Graphs #10

camillescott opened this issue Jan 28, 2020 · 0 comments

Comments

@camillescott
Copy link
Owner

Currently, many traversal and other functions have a lot of duplicated code to deal with masked (or stacked) graphs. I'd like to replace all those overloads by introducing Masked and Stacked graphs: they'll subclass the existing dBG, and take a dBG in their constructor, using the existing storage from the given dBG. They then simply reimplement the query method to do extra checks before / after the main storage query.

Repository owner deleted a comment from tin-gargoyle bot Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant