This directory contains the following subdirectories/files

classes/ - Containing the java classes of VRP

jars/ - Containing the vpr2.5.jar that contains all the java classes of VRP,
	the xsdlib.jar and relaxngDatatype.jar files of the Sun XML Datatypes Library
	and the libraries of the CUP (0.10j) and JFlex (1.3.5) i.e., java_cup.jar and JFlex.jar  

RDF_examples/ - Containing some valid RDF examples 

src/  - Containing all java source files of VRP (including the JFlex and Cup 
	source files for RDF syntax), Statistics and GUI. 

HowToUse - Contains the installation & usage information 

runVRP.bat - Execute this script (i.e., double click on it) to run VRP in a Windows environment. 
	     First, you should set the variables JAVA_HOME and VRP_HOME found inside the file
		
runVRP - Execute this script to run VRP in a Unix environment, i.e., 
	   type the command  source ./runVRP
         Before typing the command, you should set the variables JAVA_HOME and VRP_HOME found inside the file
