diff --git a/README.md b/README.md
index 49a333b517d002507c16abee70d55c89cc681b62..a86640fd68e23559a2005acddb38540c08c19b39 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.