rectangle-packing-solver
rectangle-packing-solver copied to clipboard
A solver to find a solution of the 2D rectangle packing problem by simulated annealing (SA) optimization.
Hi! Would it be possible to also calculate and solve the rectangles in 3D? So that the algorithm, besides using x and y, also takes z into consideration. Meaning that...
Hi, thanks for the great piece of code. Would be very nice to have an option for the solving method target. At the moment you are minimizing the box area....
Im getting nothing from the same rectangles = (4, 4), (4, 4) But its working if im using = (4, 3), (4, 4) ``` import rectangle_packing_solver as rps # Define...
Hello there, actually i like your packing solver because it came out with visualization. The issue here im getting wrong placement of the result (or im just using wrong code...