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

Implement condensation graph generation #1337

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

kazuki0824
Copy link
Contributor

@kazuki0824 kazuki0824 commented Dec 8, 2024

This pull request adds functionality to generate condensation graphs. The Rust implementation is copied and slightly modified from https://github.com/petgraph/petgraph because the original petgraph implementation cannot be applied as it is. Condensation graphs represent strongly connected components of a directed graph as single nodes. The update includes a new implementation and its test to support this feature.

  • I ran rustfmt locally
  • I have added the tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@kazuki0824 kazuki0824 force-pushed the feat/generate_condensation_graph branch from eed8af1 to fada9a1 Compare December 8, 2024 17:38
@coveralls
Copy link

coveralls commented Dec 9, 2024

Pull Request Test Coverage Report for Build 12337358244

Details

  • 58 of 64 (90.63%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 95.851%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/connectivity/mod.rs 57 63 90.48%
Totals Coverage Status
Change from base Build 12331829918: -0.02%
Covered Lines: 18341
Relevant Lines: 19135

💛 - Coveralls

@kazuki0824 kazuki0824 marked this pull request as ready for review December 15, 2024 08:01
@kazuki0824 kazuki0824 force-pushed the feat/generate_condensation_graph branch from 8754ccd to 9c026b2 Compare December 15, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants