浏览代码

Update 'data/2024-Algorithms/README.md'

Ramon Béjar 4 周前
父节点
当前提交
80d83e794b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      data/2024-Algorithms/README.md

+ 1
- 1
data/2024-Algorithms/README.md 查看文件

@@ -3,7 +3,7 @@ In the folder [src](src) you can find the following scripts:
3 3
 - Scripts gen-rUDebG_Fig1-1.sh and gen-rUDebG_Fig1-2.sh generate the instances used to generate the results shown in Figures 1 and 2 of the paper. 
4 4
 - Script gen-rUDebG_Fig3.sh generates the instances used to generate the results shown in Figure 3 of the paper.
5 5
 
6
-Each generated instance is composed of two files: a vertex file and a edge file. Then, these files are used to encode encode the bipartite polarization problem as a MIP program in a format suitable to be solved with the solver SCIP. Assuming you have SCIP instaled with the translator tool zimpl, you can solve any instance, with given vertex and edge files, using the provided script solve_bippol.sh:
6
+Each generated instance is composed of two files: a vertex file and an edge file. Then, these files are used to encode the bipartite polarization problem as a MIP program in a format suitable to be solved with the solver [SCIP](https://www.scipopt.org/). Assuming you have SCIP instaled with the translator tool zimpl, you can solve any instance, with given vertex and edge files, using the provided script solve_bippol.sh:
7 7
 
8 8
 ```bash
9 9
 solve_bippol.sh vertexfile edgefile

Powered by TurnKey Linux.