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

Cycle detection in AFS #104

Open
nicolaslhuillier opened this issue Feb 6, 2019 · 0 comments
Open

Cycle detection in AFS #104

nicolaslhuillier opened this issue Feb 6, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@nicolaslhuillier
Copy link

nicolaslhuillier commented Feb 6, 2019

If a virtual case refers to a second virtual case which itselfs refers to the first one, this creates an infinite loop and ultimately a 'StackOverflowError'.
Such cycles should be detected or at least the error should be properly catched.

(see test case attached)
VirtualCaseCycle.zip

@mathbagu mathbagu added the bug Something isn't working label Mar 1, 2019
@miovd miovd transferred this issue from powsybl/powsybl-core Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants