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

Refine propagation algorithm. #61

Open
rkaminsk opened this issue Sep 7, 2021 · 0 comments
Open

Refine propagation algorithm. #61

rkaminsk opened this issue Sep 7, 2021 · 0 comments

Comments

@rkaminsk
Copy link
Member

rkaminsk commented Sep 7, 2021

The full propagation algorithm only considers edges between vertices already added to the graph. It should be relatively easy to mark vertices that lead to vertices giving rise to such edges (one can even ignore edges where the potential difference is positive). Only marked vertices have to be considered during propagation. In a first step one could add some code to count how often this situation arises to see if this can help speed up propagation.

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