From d4dd9f67f345796f4ad20465c80b52940be8779b Mon Sep 17 00:00:00 2001 From: Jeroen Gardeyn Date: Tue, 20 Feb 2024 08:55:29 +0100 Subject: [PATCH] small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51ca43b..324a4c4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Thereby, lowering the barrier to entry for researchers and practitioners to deve ## Contents ### Jagua-rs -The **[`jagua-rs`](jaguars)** crate contains everything necessary to solve 2D irregular cutting and packing problems without the combinatorial decision-making (i.e. which items to place where). It provides all necessary entities and components to create a dynamic model of a 2D irregular C&P instance and provide a collision detection engine to check the feasibility of a placement. +The **[`jagua-rs`](jagua-rs)** crate contains everything necessary to solve 2D irregular cutting and packing problems without the combinatorial decision-making (i.e. which items to place where). It provides all necessary entities and components to create a dynamic model of a 2D irregular C&P instance and provide a collision detection engine to check the feasibility of a placement. ## LBF The **[`lbf`](lbf)** crate contains a reference implementation of an optimization algorithm using `jagua-rs`.