Info
Version: | 1.1.0 |
Author(s): | Matt Perdeck, Adeel Mujahid |
Last Update: | Monday, January 13, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/am11/RectanglePacker |
NuGet Url: | https://www.nuget.org/packages/RectanglePacker |
Install
Install-Package RectanglePacker
dotnet add package RectanglePacker
paket add RectanglePacker
RectanglePacker Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
In general, rectangle (or area) optimization is a combinatorial optimization problem.
Although the problem is dealing with a 2D plane, it coincides with Travelling Salesman problem.
http://www.codeproject.com/Articles/210979/Fast-optimizing-rectangle-packing-algorithm-for-bu.