Update README.md
Browse files
README.md
CHANGED
|
@@ -299,7 +299,6 @@ Instances data in different domains is licensed under different licenses, as we
|
|
| 299 |
| MVC | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 300 |
| GISP | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 301 |
| CFLP | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 302 |
-
| LB | BSD 3-Clause License [(Source repository)](https://github.com/ds4dm/ml4co-competition/tree/main)[(Details and copyright notice)](https://github.com/ds4dm/ml4co-competition/blob/main/LICENSE) |
|
| 303 |
| IP | BSD 3-Clause License [(Source repository)](https://github.com/ds4dm/ml4co-competition/tree/main)[(Details and copyright notice)](https://github.com/ds4dm/ml4co-competition/blob/main/LICENSE) |
|
| 304 |
| MIRP | BSD 3-Clause License [(Source repository)](https://github.com/ds4dm/ml4co-competition/tree/main) [(Details and copyright notice)](https://github.com/ds4dm/ml4co-competition/blob/main/LICENSE) |
|
| 305 |
| NNV | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) [(Source repository)](https://github.com/google-deepmind/deepmind-research/tree/master/neural_mip_solving) |
|
|
@@ -308,4 +307,16 @@ Instances data in different domains is licensed under different licenses, as we
|
|
| 308 |
| SRPN | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 309 |
|
| 310 |
|
| 311 |
-
###
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 299 |
| MVC | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 300 |
| GISP | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 301 |
| CFLP | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
|
|
|
| 302 |
| IP | BSD 3-Clause License [(Source repository)](https://github.com/ds4dm/ml4co-competition/tree/main)[(Details and copyright notice)](https://github.com/ds4dm/ml4co-competition/blob/main/LICENSE) |
|
| 303 |
| MIRP | BSD 3-Clause License [(Source repository)](https://github.com/ds4dm/ml4co-competition/tree/main) [(Details and copyright notice)](https://github.com/ds4dm/ml4co-competition/blob/main/LICENSE) |
|
| 304 |
| NNV | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) [(Source repository)](https://github.com/google-deepmind/deepmind-research/tree/master/neural_mip_solving) |
|
|
|
|
| 307 |
| SRPN | [CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode) |
|
| 308 |
|
| 309 |
|
| 310 |
+
### Citation
|
| 311 |
+
|
| 312 |
+
**BibTeX:**
|
| 313 |
+
```BibTeX
|
| 314 |
+
@misc{huang2024distributional,
|
| 315 |
+
title={Distributional MIPLIB: a Multi-Domain Library for Advancing ML-Guided MILP Methods},
|
| 316 |
+
author={Weimin Huang and Taoan Huang and Aaron M Ferber and Bistra Dilkina},
|
| 317 |
+
year={2024},
|
| 318 |
+
eprint={2406.06954},
|
| 319 |
+
archivePrefix={arXiv},
|
| 320 |
+
primaryClass={cs.LG}
|
| 321 |
+
}
|
| 322 |
+
```
|