RectanglePacker 1.1.0

dotnet add package RectanglePacker --version 1.1.0
NuGet\Install-Package RectanglePacker -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<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
#r "nuget: RectanglePacker, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 167 1/13/2014

Upgraded to .NET 4.5.1 with some minor code analysis related fixes.