# iso-check. Run with "iso-check >& out" echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should fail because the err1.gr graph is invalid" echo "because it does not begin with the number-of-vertices" time isomorph err1.gr err1.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should fail because the err2.gr graph is invalid" echo "because it has more vertices than the number-of-vertices" time isomorph err2.gr err2.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should find an isomorphism" time isomorph simple1.gr simple3.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should NOT find an isomorphism" time isomorph simple1.gr simple2.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should find an isomorphism" time isomorph gov1.gr gov2.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should NOT find an isomorphism" time isomorph gov1.gr gov3.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should find an isomorphism" time isomorph 8a.gr 8b.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should NOT find an isomorphism" time isomorph 8a.gr 8c.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should NOT find an isomorphism" time isomorph 10-.gr 10a.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should find an isomorphism" time isomorph 10a.gr 10b.gr echo "" echo "" echo "" echo "" echo " -----=====----- " echo "The following should NOT find an isomorphism" echo "This is the test data given as part of assignment 2" time isomorph 10f.gr 10g.gr