Truck Load Optimization with Linear Programming
This workflow optimizes the allocation of items across trucks using linear programming.
It takes in a list of items and fills as few trucks as possible with them, based on constraints of max # of items, weight, and volume per truck.
This workflow features an Optimization component that uses Python's SciPy library.