rectangle-packing
There are 20 repositories under rectangle-packing topic.
tamasmeszaros/libnest2d
2D irregular bin packaging and nesting library written in modern C++
google/minimalloc
A lightweight memory allocator for hardware-accelerated machine learning
fontanf/packingsolver
A solver for (geometrical) packing problems
kotarot/rectangle-packing-solver
A solver to find a solution of the 2D rectangle packing problem by simulated annealing (SA) optimization.
semibran/pack
:package: greedy rectangle packing algorithm
muellan/packing
benchmark solutions for selected packing problems: circle, rectangle, cube, cuboid, polygon packings
p4ymak/pickpicpack
Tiny yet powerful utility for packaging multiple images to new one with custom aspect ratio and size.
danpla/dp_rect_pack
Rectangle packing library for C++
igorpejic/visapi
Monte Carlo Tree Search on Perfect Rectangle Packing Problem Instances
Hasenpfote/image_packer
Pack multiple images of different sizes or formats into one image.
fmerizzi/VLSI_project
Combinatiorial Optimization applied to the rectangle packing problem, using Minizinc and Z3 solvers
hallopatidu/Book-Content-Compressor
Book Content Compressor API
Husenap/dubu-rect-pack
Rectangle packing library in C++
Jeziorop/Rectangle-Packing
Solving Rectangle Packing problem with Evolutionary Algorithm
lorenzoranucci/rectangle_packing
Rectangle packing algorithm in Prolog and ASP
frallebini/optimal-rectangle-packing
An application of constraint programming and satisfiability modulo theories to the NP-complete problem known as optimal rectangle packing
PhoenixSmaug/PerfectPacking.jl
PerfectPacking.jl - Different exhaustive algorithms for perfect rectangle packing implemented in Julia
misterhat/rectangle-spawn
spawn small rectangles into a larger rectangle
Pianissimo-3115/Gate-packing
This project analyzes various gate packing algorithms, focusing on the Tetris-based algorithm. It achieves superior space optimization compared to more complex methods like the Sleator algorithm, in spite of its simple implementation. The project features visualizations and performance comparisons across multiple test cases.