From ae8ee82cf0d956a937172a23dee9d9f8f4df312d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Boisvert?= Date: Fri, 12 Jul 2024 10:10:35 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 4068a16..7c5a9fc 100644 --- a/README.md +++ b/README.md @@ -232,3 +232,20 @@ Training scripts are provided for all models. They are located in the `src` dire - `train_graph_coloring.py` Trains a graph coloring-specific model - `train_knapsack_specific_model.py` Trains a knapsack-specific model - `train_generic_model.py` Trains a generic model + +## Citing this work +To cite this work: +``` +@InProceedings{10.1007/978-3-031-60597-0_7, +author="Boisvert, L{\'e}o +and Verhaeghe, H{\'e}l{\`e}ne +and Cappart, Quentin", +editor="Dilkina, Bistra", +title="Towards a Generic Representation of Combinatorial Problems for Learning-Based Approaches", +booktitle="Integration of Constraint Programming, Artificial Intelligence, and Operations Research", +year="2024", +publisher="Springer Nature Switzerland", +pages="99--108", +isbn="978-3-031-60597-0" +} +```