/binpacking_algorithms

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

Primary LanguagePython

Binpacking Algorithms

Comparative analysis of the greedy algorithm vs. 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.