-
Notifications
You must be signed in to change notification settings - Fork 5
/
Readme.txt
executable file
·33 lines (22 loc) · 1.85 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
===========================================================================================================================================================================
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.