RectanglePacker 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
Install-Package RectanglePacker -Version 1.1.0
dotnet add package RectanglePacker --version 1.1.0
<PackageReference Include="RectanglePacker" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RectanglePacker --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RectanglePacker, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Upgraded to .NET 4.5.1 with some minor code analysis related fixes.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 1,802 | 1/13/2014 |