From c4236e52f31307ae86ccf4d8749525f0b2f9e8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elina=20R=C3=B6nnberg?= <elina.ronnberg@liu.se> Date: Fri, 14 Mar 2025 14:08:59 +0000 Subject: [PATCH] Update file README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49a333b..a86640f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This page provides links to my repositories that contain public instances for a variety of scheduling and reseource allocation problems that we have addressed in our research projects. For some of these we also include the implemented solution methods. Enjoy! +- [Labeling Algorithm for EVRPTW-PLR](https://gitlab.liu.se/eliro15/labeling-algorithm-for-evrptw-plr): a labeling algorithm for the pricing problem when an EVRPTW with Piecewise Linear Charging is solved by a column geraration-based method. - [lbbd_instances](https://gitlab.liu.se/eliro15/lbbd_instances): a large and diverse set of scheduling instances and code used when evaluating cut-strengthening techniques in logic-based Benders decomposition. - [avionics_inst](https://gitlab.liu.se/eliro15/avionics_inst): avionics scheduling instances (collaboration with Saab). - [portfolio_inst](https://gitlab.liu.se/eliro15/portfolio_inst): instances for mean-variance portfolio optimization problems. -- GitLab