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

https://github.com/the-milad-a/logistics-routing-models

An applied operations research project modeling basic logistics networks with graph optimization. Includes shortest paths, spanning trees, and routing solutions, built with reproducible Python code and optional interactive visualizer.
https://github.com/the-milad-a/logistics-routing-models

logistics network-optimization networkx operations-modeling operations-research or streamlit systems-engineering

Last synced: 5 months ago
JSON representation

An applied operations research project modeling basic logistics networks with graph optimization. Includes shortest paths, spanning trees, and routing solutions, built with reproducible Python code and optional interactive visualizer.

Awesome Lists containing this project

README

          

# logistics-routing-models
An applied operations research project modeling basic logistics networks with graph optimization. Includes shortest paths, spanning trees, and routing solutions, built with reproducible Python code and optional interactive visualizer.

/project-root/

├── notebooks/ ← Jupyter or .py notebooks for modeling
├── data/ ← Small included or link to download script
├── scripts/ ← Processing, ETL, deploy scripts
├── README.md ← Clear scope, goals, citations
├── requirements.txt ← All deps
├── environment.yml ← (Optional) for conda use
├── LICENSE ← MIT or Apache 2.0
└── .gitignore