Curated portfolio hub for optimization, scheduling, packing, and network-flow style problems implemented in Java, Python, and OR-Tools.
This repository is intended to be the public umbrella for the algorithm side of the portfolio.
It should point visitors to:
- polished standalone solver repos
- shared problem notes
- implementation comparisons across languages and tools
Useful umbrella docs:
multi-machine-interval-schedulingknapsack-and-greedy-algorithmspython-cutting-stock-operations-researchtransportation-and-transshipment-modelstruck-cubing-bin-packingnetwork-capacity-transport-planner
These stay visible as part of the learning arc, but are not the polished public entry points:
iit-cs-525-n-machine-m-jobs-project- older course-era algorithm and systems repos
- scheduling and sequencing
- cutting stock
- packing and cubing
- transportation and transshipment
- facility capacity planning
- greedy methods
- OR-Tools CP-SAT modeling
- reproducible input / output driven solver design
Each public solver repo should include:
README.mdinput/output/- Java implementation where relevant
- Python implementation where relevant
- OR-Tools implementation where relevant
- tests
- sample results
multi-machine-interval-schedulingknapsack-and-greedy-algorithmspython-cutting-stock-operations-researchtransportation-and-transshipment-modelstruck-cubing-bin-packingnetwork-capacity-transport-planner