An open API service indexing awesome lists of open source software.

https://github.com/waleedgeorgy/binpacking_algorithms

Comparative analysis of the hungry algorithm vs. linear programming for the traveling salesman problem.
https://github.com/waleedgeorgy/binpacking_algorithms

binpacking greedy-algorithm linear-programming python

Last synced: 8 months ago
JSON representation

Comparative analysis of the hungry algorithm vs. linear programming for the traveling salesman problem.

Awesome Lists containing this project

README

          

# Binpacking Algorithms
Comparative analysis of the [greedy algorithm](https://en.wikipedia.org/wiki/Greedy_algorithm) vs. [linear programming](https://en.wikipedia.org/wiki/Linear_programming) for the binpacking problem.
Dictionaries of `(object_name, object_size)` of different sizes (50, 100, 200 and 400 items) were used as input.