Skip to content

Commit e80ad35

Browse files
authored
Revise README with updated paper links
Updated DOI link and added preprint reference.
1 parent e888349 commit e80ad35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# GDRR-2BP ![workflow](https://github.com/JeroenGar/gdrr-2bp/actions/workflows/rust.yml/badge.svg)[![DOI](https://zenodo.org/badge/doi/10.1016/j.ejor.2021.11.031.svg)](https://doi.org/10.1016/j.ejor.2021.11.031)
22

3-
**This repo contains a Rust 🦀 implementation of the algorithm described in [a goal-driven ruin and recreate heuristic for the 2D variable-sized bin packing problem with guillotine constraints]( https://www.sciencedirect.com/science/article/abs/pii/S0377221721009826).**
3+
**This repo contains a Rust 🦀 implementation of the algorithm described in [a goal-driven ruin and recreate heuristic for the 2D variable-sized bin packing problem with guillotine constraints](https://doi.org/10.1016/j.ejor.2021.11.031).**
44

5-
The accepted version of the paper is freely available **[here](https://lirias.kuleuven.be/3633246&lang=en)**.
5+
A preprint of the accepted version of the paper is freely available **[here](
6+
https://doi.org/10.48550/arXiv.2508.19306)**.
67

78
The code used in the experiments in the paper was originally written in Java.
89
Due to contractual obligations, this codebase can unfortunately not be made public.

0 commit comments

Comments
 (0)