pith. sign in

arxiv: 2306.08622 · v1 · pith:SPDZ7EJOnew · submitted 2023-06-14 · 🧮 math.OC · cs.DM

PathWise: a flexible, open-source library for the Resource Constrained Shortest Path

classification 🧮 math.OC cs.DM
keywords rcspppathwiselibraryalgorithmsflexiblenetworksopen-sourceproblem
0
0 comments X
read the original abstract

In this paper, we consider a fundamental and hard combinatorial problem: the Resource Constrained Shortest Path Problem (RCSPP). We describe the implementation of a flexible, open-source library for the solution of the RCSPP, called PathWise, capable of tackling several variants of the problem. We designed PathWise with the final user in mind, developing easy-to-use interfaces without compromising performance. We provide computational experiments on three classes of instances of the RCSPP, namely RCSPP on cyclic networks, RCSPP on large acyclic networks, and RCSPP on ad-hoc cyclic networks. We show that PathWise is packed off-the-shelf with algorithms capable of tackling all classes. This paper represents the first step along the journey of devising and implementing a comprehensive open-source library for a large variety of RCSPPs. The current version of the library carries exact algorithms for the RCSPP but new algorithms, both heuristic and exact, will be added thanks to the flexible design. We also foresee PathWise becoming a platform ready for data-driven and process-driven methodologies for these types of problems.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. $\texttt{bucket-graph-spprc}$: an extensible C++ library for the shortest path problem with resource constraints

    math.OC 2026-06 unverdicted novelty 5.0

    bgspprc is a new extensible C++ library for SPPRC that reports 1.3x-2.35x speedup over PathWyse on public benchmark instances.