THU-IAR commited on
Commit
8594369
·
1 Parent(s): a05c3b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ## GNN&GBDT-Guided Fast Optimizing Framework for Large-scale Integer Programming
2
 
3
- ## Contact
4
 
5
  Welcome to academic and business collaborations with funding support. For more details, please contact us via email at [xuhua@tsinghua.edu.cn](mailto:xuhua@tsinghua.edu.cn).
6
 
@@ -25,11 +25,11 @@ The following gives a brief overview of the contents; more detailed documentatio
25
  * __Result/SC__: Running results of the very large-scale version of the Set Covering problem.
26
  * __Paper/paper.pdf__: PDF version of the paper.
27
 
28
- ## Requirements
29
 
30
  The required environment is shown in GNN_GBDT.yml.
31
 
32
- ## Usage
33
 
34
  1. Implement the interfaces respectively.
35
 
@@ -46,7 +46,7 @@ The required environment is shown in GNN_GBDT.yml.
46
 
47
  3. Run tests with test.py.
48
 
49
- ## Citing this work
50
 
51
  Paper: [GNN&GBDT-Guided Fast Optimizing Framework for Large-scale Integer Programming](https://openreview.net/pdf?id=tX7ajV69wt)
52
 
 
1
  ## GNN&GBDT-Guided Fast Optimizing Framework for Large-scale Integer Programming
2
 
3
+ ### Contact
4
 
5
  Welcome to academic and business collaborations with funding support. For more details, please contact us via email at [xuhua@tsinghua.edu.cn](mailto:xuhua@tsinghua.edu.cn).
6
 
 
25
  * __Result/SC__: Running results of the very large-scale version of the Set Covering problem.
26
  * __Paper/paper.pdf__: PDF version of the paper.
27
 
28
+ ### Requirements
29
 
30
  The required environment is shown in GNN_GBDT.yml.
31
 
32
+ ### Usage
33
 
34
  1. Implement the interfaces respectively.
35
 
 
46
 
47
  3. Run tests with test.py.
48
 
49
+ ### Citing this work
50
 
51
  Paper: [GNN&GBDT-Guided Fast Optimizing Framework for Large-scale Integer Programming](https://openreview.net/pdf?id=tX7ajV69wt)
52