Stateless load optimization service that selects the optimal combination of shipment orders for a truck.
- Bitmask DP optimization (n ≤ 22)
- Weight + volume constraints
- Hazmat compatibility
- Route compatibility
- Integer-only money handling
- Dockerized & stateless
git clone git@github.com:aliVendetta/SmartLoad-Optimization.git
cd smartload-optimizer
docker compose up --build