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

BRV computation fails for specific case of 0 rates. #20

Open
farresti opened this issue Jul 13, 2020 · 0 comments
Open

BRV computation fails for specific case of 0 rates. #20

farresti opened this issue Jul 13, 2020 · 0 comments
Labels
invalid This doesn't seem right

Comments

@farresti
Copy link
Collaborator

Given the following graph G, actors V0 and V1 should be executed once and not four times as computed currently.
The BRV keeps the link between V1 and V2 even though it should consider it as disconnected.

Graph G:
V0 | 1 --> 1 | V1 | 0 --> 0 | V2 | 1 --> 4 | V4

@farresti farresti added the invalid This doesn't seem right label Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant