Skip to content

Add shortest-path and related distance & diameter algorithms#3

Merged
espottesmith merged 30 commits into
mainfrom
algos
Nov 27, 2025
Merged

Add shortest-path and related distance & diameter algorithms#3
espottesmith merged 30 commits into
mainfrom
algos

Conversation

@espottesmith

Copy link
Copy Markdown
Contributor

Implemented the recent heuristic (DOI: 10.1186/s13015-022-00217-9) and exact (DOI: 10.1089/cmb.2023.0242) algorithms for shortest-path search in directed hypergraphs. Both algorithms were originally developed by Krieger & Kececioglu.

With the ability to perform (reasonably) efficient pathfinding, we can also calculate distances between vertices (extending the pathfinding capabilities of SimpleHypergraphs.jl) and calculate the diameter of a directed hypergraph (extending Graphs.diameter).

@codecov-commenter

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@espottesmith espottesmith merged commit 8348317 into main Nov 27, 2025
4 checks passed
@espottesmith espottesmith deleted the algos branch November 27, 2025 11:37
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