first make.

To generate two random isomorphic graphs, run randGraph with the following example arguments:

-c 16  #num of processors
-n 1000 #num of vertices
-p 1	#isomorphic

To run the isomorphism solver, run iso with the following example arguments:

-p 16	#num of processors
-i ./input1000.txt	#input file generated by randGraph
-o ./output16p1000.txt	#output