This software repository contains an experimental software implementation of algorithms for solving a set of Restless reachability problems in temporal graphs
. The software is written in C programming language.
The source code is subject to MIT license.
The source code is configured for a gcc build. Other builds are possible but it might require manual configuration of the 'Makefile'.
Use GNU make to build the software. Check 'Makefile' in corresponding directories for more details.
make clean all