From 4da7a49b0addc1ad260ca7d61da2bd9d531037b7 Mon Sep 17 00:00:00 2001 From: Amir Hassan Date: Wed, 6 Oct 2021 04:31:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2241d5b..fe0818f 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ Run the example program: examples/nfp data/crossing/A.wkt data/crossing/B.wkt ## Reference Implementations - * https://dspace.vutbr.cz/xmlui/handle/11012/191851 (Master thesis: Software for efficient use of material in 2D machining) +* https://dspace.cuni.cz/bitstream/handle/20.500.11956/148383/130316114.pdf?sequence=1 (Master thesis: Reálná aplikace uspořádávání mnohoúhelníků) * https://github.com/tamasmeszaros/libnest2d (2D irregular bin packaging and nesting library written in modern C++) * https://github.com/Naimad1CZ/Online2DIrregularBPP (2D irregular BPP algorithm) * https://github.com/martinhansdk/Flatpack (An addin for Fusion 360 which provides a better way to export DXF files for laser cutting)