binpacking
There are 48 repositories under binpacking topic.
dvdoug/BoxPacker
4D bin packing / knapsack problem solver
rubensolozabal/BinPacking_Neural_Combinatorial_Optimization
Bin Packing Problem using Neural Combinatorial Optimization.
soywiz-archive/korma
Mathematics library focused on geometry for Multiplatform Kotlin 1.3
Tw1ddle/Rectangle-Bin-Packing
:handbag: Haxe algorithms for 2D rectangular bin packing
ant-tinyjs/bin-packing-core
基于人工智能(遗传算法 + 贪心 max-rect 算法) 的矩形拼接算法
Papooch/WasteOptimiser
Irregular shape nesting software for waste material optimisation in 2D machining.
TolinSimpson/Kitbashery-Improved-Mesh-Combiner
An alternative to Unity's built-in mesh combiner. Built for Kitbashery. Combiner welds vertices and packs UVs.
sagarchotalia/Pick-and-Place-Robot-Eklavya
This project aims to build/use an effective bin packing algorithm and simulate it using a robotic arm in CoppeliaSim.
MuamerHr/Bin-Packing-Problem-BPP3D
This repository contains procedures to solve the bin packing problem for one, two, or three dimensions exactly or heuristically.
Melvin95/Bin-Packing-Problem-Genetic-Algorithm
Solves the bin packing problem using a genetic algorithm
tyschroed/part-placer
PWA React application which is an automated cutlist layout tool for woodworkers
houmain/rect_pack
A library for packing rectangles to one or more sprite sheets/atlases with optional constraints.
karthikvellanki/BinPacking
Best fit bin packing algorithm in O(n log n)
Rend-o-matic/boxjam
Take a bunch of boxes, and jam them inside the bigger box.
bavix/boxpacker3
A 3D container packing library in golang.
KoukatsuMahoutsukai/unknown-binsize-3dpacker
3dbin packer where the bin size is unknown/undefined. Given a set of items the algorithm will try to give the smallest single bin to fit all items.
JeepWay/DeepPack
Unofficial implementation of DeepPack in PyTorch. DeepPack is a deep reinforcement learning based algorithm dealing with 2D online bin packing problem.
rgeos/BinPacking
Solving simple bin packing problem using OptaPlanner and Drools
Alg-guy/Bin-packing
Learn python through programming-bin-packing
jachguate/binpacking2d
This is a simple, yet powerful Delphi library aimed to help people resolve binpacking 2D problems. It contains a engine capable of accommodate planes inside a main plane in order to allow edge to edge (guillotine) cut while minimizing the waste of raw materials (paper, wood, glass).
Journeyman1337/mpbp
An MIT licensed multi-page bin packing library.
shimunmatic/container-packing
Three dimensional Bin Packing Problem
weiyang-hust/cuda2dbinpacking
Cuda 2D Bin Packing Based on Binary Tree Algorithm
alexsniffin/packerman
A lightweight library for general purpose bin-packing + distribution of a collection for arbitrary values
Alg-guy/Frieght-route-planner
Create a route optimization algorithm with zero running costs
chriskonnertz/BinPacking
Examples of algorithms that solve the bin packing problem implemented in Kotlin
flerokoo/quadrekt
Asynchronous 2D rectangles-to-rectangle packing
Husenap/dubu-rect-pack
Rectangle packing library in C++
Jxtopher/binpacking
Bin Packing problem
kataklinger/excut
Excel extension for generating cutting lists
Raks-coder/CLOUD-STORAGE-AND-ONLINE-BIN-PACKING
This is my dsa project related to bin packing
rec0de/binpack
Visualization of different optimization algorithms for the 2d bin packing problem
srtjanuario/binpacking-cg
A Column Generation for the Bin Packing problem
tasptz/py-touchingperimeter
A naive implementation of the touching perimeter packing algorithm in python.
bennynil/SImpleBinPackingSolver
use first fit, branch and bound, random best fit to solve bin packing problem
GalaX1us/2DBinPacking
Implementation of a Hybrid Genetic Algorithm and Unified Tabu Search for the 2D BinPacking problem. Powered by Numba for high-performance computation.