mirror of
https://github.com/davidmchapman/3DContainerPacking.git
synced 2025-08-24 19:21:28 +08:00
adds nuget badge to readme
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
## 3D Container Packing in C#
|
||||
[](https://www.nuget.org/packages/CromulentBisgetti.ContainerPacking)
|
||||
|
||||
This is a C# library that can be used to find 3D container packing solutions (also known as 3D bin packing). It includes an implementation of the EB-AFIT packing algorithm originally developed as a master's thesis project by Erhan Baltacıoğlu (EB) at the U.S. Air Force Institute of Technology (AFIT) in 2001. This algorithm is also described in The Distributor's Three-Dimensional Pallet-Packing Problem: A Human Intelligence-Based Heuristic Approach, by Erhan Baltacıoğlu, James T. Moore, and Raymond R. Hill Jr., published in the International Journal of Operational Research in 2006 (volume 1, issue 3).
|
||||
|
||||
|
Reference in New Issue
Block a user