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

Cycles are missing from the graph #10

Closed
rakhimov opened this issue Oct 30, 2016 · 0 comments
Closed

Cycles are missing from the graph #10

rakhimov opened this issue Oct 30, 2016 · 0 comments
Labels
Milestone

Comments

@rakhimov
Copy link
Owner

Cycles are stripped for some reason from the dependency graph.

@rakhimov rakhimov added the bug label Oct 30, 2016
@rakhimov rakhimov added this to the v0.1.0 milestone Oct 30, 2016
rakhimov added a commit that referenced this issue Nov 3, 2016
Transitive reduction with cycles yields non-unique graph.
Instead of transitive reduction,
graph minimization is performed via condensation of cycles.

Issue #10.
rakhimov added a commit that referenced this issue Nov 3, 2016
The cycles should be included into the final graph.

Issue #10.
@rakhimov rakhimov closed this as completed Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant