Exemplo n.º 1
0
 def testGIAut(self):
     """
     Test for number of automorphisms between different graphs.
     :return:
     """
     start = time.time()
     graphlist = loadgraph('../../test_grafen/basis/basicGIAut.grl', readlist=True)
     combinator(graphlist, True)
     end = time.time()
     t = end - start
     print("Execution time: " + str(t))