hypergraph_partitioner

时间:2024-03-16 22:17:54
【文件属性】:

文件名称:hypergraph_partitioner

文件大小:8.85MB

文件格式:ZIP

更新时间:2024-03-16 22:17:54

C

超图分区器集合 该存储库包含常用的(超级)图形分区程序的集合,并提供脚本来简化设置和执行。 安装 只需执行: git submodule init git submodule update ./install.sh 执行(超级)图形分区程序 在对每个分区使用python接口脚本(请参阅文件夹scripts )之前,请确保env.sh包含执行所需的每个子程序的正确路径。 如果是这样,请执行source env.sh以使更改对于python接口可见。 之后,您可以通过执行以下命令来启动分区程序: 串行分区器: < partitioner> .py < graph> < number> < epsilon> < seed> < objective> < timelimit> 并行分区器 < partitioner> .p


网友评论