packing-algorithm topic

List packing-algorithm repositories

packing

29
Stars
4
Forks
Watchers

benchmark solutions for selected packing problems: circle, rectangle, cube, cuboid, polygon packings

strip-packing

53
Stars
12
Forks
Watchers

Algorithm for the strip packing problem with guillotine cuts constraint

gbp

31
Stars
11
Forks
Watchers

gbp: a bin packing problem solver - an r package solves 1d - 4d bin packing problem.

knapsack-packing

54
Stars
17
Forks
Watchers

Evolutionary Algorithm for the 2D Packing Problem combined with the 0/1 Knapsack Problem (Master Thesis)

mknapsack

44
Stars
14
Forks
Watchers

Algorithms for solving knapsack problems with Python

Online-3D-BPP-DRL

295
Stars
67
Forks
Watchers

This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.

Online-3D-BPP-PCT

241
Stars
45
Forks
Watchers

Code implementation of "Learning Efficient Online 3D Bin Packing on Packing Configuration Trees". We propose to enhance the practical applicability of online 3D Bin Packing Problem (BPP) via learning...

2D-Irregular-Cutting-Stock-Algorithm

22
Stars
9
Forks
Watchers

Efficient pattern cutting algorithm for minimizing cutting waste of irregular pieces.

2D-Irregular-Packing-Algorithm

108
Stars
41
Forks
Watchers

Realize 2D irregular packing algorithm with python

packingsolver

89
Stars
14
Forks
Watchers

A solver for (geometrical) packing problems