ConstrainedShortestPaths

Julia implementation of (resource) Constrained Shortest Path algorithms

https://github.com/batyleo/constrainedshortestpaths.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary

Keywords

graph graphs-algorithms julia resource-constrained-shortest-path shortest-path-algorithm
Last synced: 6 months ago · JSON representation ·

Repository

Julia implementation of (resource) Constrained Shortest Path algorithms

Basic Info
Statistics
  • Stars: 14
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 13
Topics
graph graphs-algorithms julia resource-constrained-shortest-path shortest-path-algorithm
Created almost 4 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

ConstrainedShortestPaths.jl

Stable Dev Build Status Coverage Code Style: Blue

Overview

This package implements algorithms for solving (resource) Constrained Shortest Paths problems. It implements a generalized A star algorithm with label dominance and optional bounding. It is currently restricted to acyclic directed graphs. Reference: https://arxiv.org/abs/1504.07880.

Let $D=(V, A)$ an acyclic directed graph, $o, d\in V$ origin and destination vertices, $c$ a cost function, and $\mathcal{P} \subset \mathcal{P}_{od}$ a subset of $o-d$ paths in $G$. This package can compute the corresponding constrained shortest path:

$$ \boxed{\begin{aligned} P^\star = \arg\min\quad & c(P)\ \text{s.t.}\quad & P\in \mathcal{P} \end{aligned}} $$

See the documentation for more details.

Installation

To install this package, open a julia REPL and run the following command:

bash ]add ConstrainedShortestPaths

Owner

  • Name: Léo Baty
  • Login: BatyLeo
  • Kind: user
  • Location: Paris
  • Company: CERMICS, École des Ponts

PhD student in Combinatorial Optimization and Machine Learning

Citation (CITATION.bib)

@misc{ConstrainedShortestPaths.jl,
	author  = {Léo Baty and contributors},
	title   = {ConstrainedShortestPaths.jl},
	url     = {https://github.com/BatyLeo/ConstrainedShortestPaths.jl},
	version = {v0.6.4},
	year    = {2025},
	month   = {03}
}

GitHub Events

Total
  • Create event: 10
  • Issues event: 1
  • Release event: 6
  • Watch event: 2
  • Delete event: 5
  • Issue comment event: 7
  • Push event: 29
  • Pull request event: 9
Last Year
  • Create event: 10
  • Issues event: 1
  • Release event: 6
  • Watch event: 2
  • Delete event: 5
  • Issue comment event: 7
  • Push event: 29
  • Pull request event: 9

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 103
  • Total Committers: 2
  • Avg Commits per committer: 51.5
  • Development Distribution Score (DDS): 0.029
Past Year
  • Commits: 43
  • Committers: 1
  • Avg Commits per committer: 43.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
BatyLeo l****7@g****m 100
CompatHelper Julia c****y@j****g 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 12
  • Total pull requests: 20
  • Average time to close issues: 9 months
  • Average time to close pull requests: 7 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.33
  • Average comments per pull request: 0.3
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 4
Past Year
  • Issues: 2
  • Pull requests: 9
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.11
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • BatyLeo (10)
  • thenewkid116 (1)
  • JuliaTagBot (1)
Pull Request Authors
  • BatyLeo (27)
  • github-actions[bot] (4)
Top Labels
Issue Labels
enhancement (9) bug (2)
Pull Request Labels
enhancement (2) bug (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 5 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 13
juliahub.com: ConstrainedShortestPaths

Julia implementation of (resource) Constrained Shortest Path algorithms

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5 Total
Rankings
Dependent repos count: 9.9%
Average: 31.2%
Stargazers count: 35.6%
Dependent packages count: 38.9%
Forks count: 40.4%
Last synced: 6 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/register.yml actions
  • julia-actions/RegisterAction latest composite