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
See the documentation for more details.
To install this package, open a julia REPL and run the following command:
]add ConstrainedShortestPaths