RectanglePacker 1.1.0
dotnet add package RectanglePacker --version 1.1.0
NuGet\Install-Package RectanglePacker -Version 1.1.0
<PackageReference Include="RectanglePacker" Version="1.1.0" />
paket add RectanglePacker --version 1.1.0
#r "nuget: RectanglePacker, 1.1.0"
// Install RectanglePacker as a Cake Addin #addin nuget:?package=RectanglePacker&version=1.1.0 // Install RectanglePacker as a Cake Tool #tool nuget:?package=RectanglePacker&version=1.1.0
Using area optimization heuristic algorithm to provide solution for this NP complete problem.
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RectanglePacker:
Package | Downloads |
---|---|
OvenTK
OvenTK Helpers for OpenTK OpenGL interop. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 3,211 | 1/13/2014 |
Upgraded to .NET 4.5.1 with some minor code analysis related fixes.