
GRAPH FILE EXAMPLES
-------------------

The graphs in the file graph-examples.tgz are extracted from :

The Graph Database ( http://amalfi.dis.unina.it/graph/ )
Dipartimento di Informatica e Sistemistica
Universita` di Napoli "Federico II"
Via Claudio, 21,  80125 Napoli - Italy

The graph format is described on the Graph Database website.

Each problem instance has a number from 00 to 99. 
The pattern and the target graphs are distinguished by the 'A' and 'B' 
letters respectively.
Files beginning with 'iso' are isomorphism instances and files beginning 
with 'si' are subgraph matching instances. 

Please refer to http://amalfi.dis.unina.it/graph/ for complete documentation. 

RUNNING THE EXAMPLES
--------------------

To run a subgraph matching between the 00 instances 
from graphs-examples/subgraphmonomorphism/ , simply run :

example/ $ ./subgraphmonomorphism \
graph-examples/subgraphmonomorphism/si2_r001_s20.A00 \
graph-examples/subgraphmonomorphism/ si2_r001_s20.B00 

