Skip to content

Commit 5d12c76

Browse files
committed
Merge remote-tracking branch 'Github/main'
2 parents 75ee9b0 + e80ad35 commit 5d12c76

File tree

3 files changed

+33
-8
lines changed

3 files changed

+33
-8
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "cargo"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"

CITATION.cff

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@ title: "GDRR-2BP: a Rust implementation of the goal-driven ruin and recreate heu
33
message: "If you use this software, please cite it as below."
44
type: software
55
url: "https://github.com/JeroenGar/gdrr-2bp"
6-
date-released: 2023-05-17
76
authors:
87
- family-names: "Gardeyn"
98
given-names: "Jeroen"
10-
email: jeroen.gardeyn@hotmail.com
119
affiliation: KU Leuven
10+
preferred-citation:
11+
type: article
12+
authors:
13+
- family-names: "Gardeyn"
14+
given-names: "Jeroen"
15+
- family-names: "Wauters"
16+
given-names: "Tony"
17+
title: "A goal-driven ruin and recreate heuristic for the 2D variable-sized bin packing problem with guillotine constraints"
18+
doi: 10.1016/j.ejor.2021.11.031
19+
journal: "European Journal of Operational Research"
20+
month: 9
21+
start: 432 # First page number
22+
end: 444 # Last page number
23+
issue: 2
24+
volume: 301
25+
year: 2022

README.md

Lines changed: 8 additions & 6 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.
@@ -147,8 +148,9 @@ Example:
147148

148149
## Acknowledgements
149150

150-
This project began development at [KU Leuven](https://www.kuleuven.be/english/) and was funded by [Research Foundation - Flanders (FWO)](https://www.fwo.be/en/) (grant number: 1S71222N).
151-
152-
<img src="https://upload.wikimedia.org/wikipedia/commons/9/97/Fonds_Wetenschappelijk_Onderzoek_logo_2024.svg" height="50px" alt="FWO logo">
153-
&nbsp;
151+
This project began development at the CODeS research group of [NUMA - KU Leuven](https://numa.cs.kuleuven.be/) and was funded by [Research Foundation - Flanders (FWO)](https://www.fwo.be/en/) (grant number: 1S71222N).
152+
<p>
154153
<img src="https://upload.wikimedia.org/wikipedia/commons/4/49/KU_Leuven_logo.svg" height="50px" alt="KU Leuven logo">
154+
&nbsp;
155+
<img src="https://upload.wikimedia.org/wikipedia/commons/9/97/Fonds_Wetenschappelijk_Onderzoek_logo_2024.svg" height="50px" alt="FWO logo">
156+
</p>

0 commit comments

Comments
 (0)