Skip to content

Java implementation of the pulse algorithm to solve the elementary shortest path problem with resource constraints (ESPPRC). The paper is available at: https://doi.org/10.1287/trsc.2014.0582

Notifications You must be signed in to change notification settings

copa-uniandes/ESPPRC-jPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===========================================================================================================================================================================
 Readme for the Pulse algorithm Java code for ESPPRC from 
 Lozano, L., Duque, D., Medaglia, A. L., 2013. An exact algorithm for the elementary shortest path problem
 with resource constraints. Tech. Rep. 2013-2, Universidad de los Andes, Colombia.
 Version: 1.0
===========================================================================================================================================================================

 Author:       Leonardo Lozano ([email protected])
               Industrial Engineering Department
               Universidad de los Andes
 URL:          http://www.leo-loza.com


 Author:       Daniel Duque ([email protected])
               Industrial Engineering Department
               Universidad de los Andes

 Author:       Andres L. Medaglia ([email protected])
               Industrial Engineering Department
               Universidad de los Andes
 URL:          http://wwwprof.uniandes.edu.co/~amedagli


===========================================================================================================================================================================

This file contains important information about the Java code for the CSP.

===========================================================================================================================================================================

The file ESPPRC-jPulse.zip contains all the source code for executing the pulse algorithm for the Elementary Shortest Path Problem with Resource Constraints (ESPPRC). 

The main class is called "Main" and we include some test problems taken from the well known Solomon's testbed for the VRPTW.

About

Java implementation of the pulse algorithm to solve the elementary shortest path problem with resource constraints (ESPPRC). The paper is available at: https://doi.org/10.1287/trsc.2014.0582

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages