-
-
Notifications
You must be signed in to change notification settings - Fork 225
Pantelides algorithm #285
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
Pantelides algorithm #285
Conversation
Co-authored-by: "Shashi Gowda" <[email protected]> Co-authored-by: "Yingbo Ma" <[email protected]>
Co-authored-by: "Shashi Gowda" <[email protected]> Co-authored-by: "Yingbo Ma" <[email protected]>
f3197ff
to
d1189ed
Compare
Co-authored-by: "Shashi Gowda" <[email protected]> Co-authored-by: "Yingbo Ma" <[email protected]>
Co-authored-by: "Shashi Gowda" <[email protected]> Co-authored-by: "Yingbo Ma" <[email protected]>
return edges, fullvars, vars_asso | ||
end | ||
|
||
print_bigraph(sys, vars, edges) = print_bigraph(stdout, sys, vars, edges) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would there be an advantage to using LightGraphs in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so. The graph algorithms here are pretty self-contained. Also, print_bigraph
is only used for debugging.
No description provided.