

                          Short install documentation:


----------------------------------------------------------------------------------------
Requires:

	- python 2.6-2.7

	- networkx 1.9.1 (https://networkx.github.io/)

	- coron software (http://coron.loria.fr/site/index.php)
	tested with version 0.8




----------------------------------------------------------------------------------------
Installation:

	[1] Uncompress ProjClos.tgz

	[2] in the directory ProjClos create a link to coron-0.8/ installation directory.
	You should have the following tree directory
		[+] ProjClos/
		 |-[+] coron-0.8/
		 |  |- ...
		 |- ...

	[3] define an environment variable $DIR_PROJCLOS pointing to ProjClos/ installation directory.



----------------------------------------------------------------------------------------
Runing sample tests:

The directory ProjClos/data contains various sample file and original input files of data presented in the article.

The script ProjClos/data/test.sh run the experiments and tests



