Skip to content

feat(astrolabe): SCC, canReach, printCycles (#64)#67

Merged
Xinze-Li-Moqian merged 1 commit into
mainfrom
feat/64-astro-widget
May 27, 2026
Merged

feat(astrolabe): SCC, canReach, printCycles (#64)#67
Xinze-Li-Moqian merged 1 commit into
mainfrom
feat/64-astro-widget

Conversation

@Xinze-Li-Moqian
Copy link
Copy Markdown
Contributor

Summary

Add graph analysis methods:

  • canReach: DFS reachability
  • sccs: strongly connected components
  • sccCount / printCycles: cycle group analysis
  • Remove TODOs from demo

Test plan

  • lake build ProofAtlas Demo Test passes

- canReach: DFS reachability between two ids
- sccs: strongly connected components
- sccCount: number of cycle groups
- printCycles: all cycle groups
- Remove TODOs from demo
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
proof-atlas Ready Ready Preview, Comment May 27, 2026 11:28pm

Request Review

@Xinze-Li-Moqian Xinze-Li-Moqian merged commit 8c637c8 into main May 27, 2026
5 of 6 checks passed
@Xinze-Li-Moqian Xinze-Li-Moqian deleted the feat/64-astro-widget branch May 27, 2026 23:29
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.

1 participant