Graph isomorphism tool 源码
图同构和计数自同构 13组 所需文件 main.py graph.py(我们的版本) graph_io.py(我们的版本) 个性化 excellent_colouring.py automorphismGenerator.py permv2.py basicpermutationgroup.py 使用指南 可以使用几个必需的参数来运行main.py : -i or --input_file= -指定带有扩展名的文件名,例如。 “ torus24.grl”或“ threepaths80.gr”(这要求文件必须具有.gr or .grl扩展名) -g or --graph_iso= -如果要运行图形同构测试,则设置为1;否则,则设置为0 -c or --count_auto= -如果要计算自同构的数目,则设置为1;否则,则设置为0 此示例: python3 main.py -
下载地址
用户评论