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: about 1 year 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.
- Host: GitHub
- URL: https://github.com/the-milad-a/logistics-routing-models
- Owner: The-Milad-A
- Created: 2025-05-04T00:45:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T00:54:07.000Z (about 1 year ago)
- Last Synced: 2025-05-07T18:13:13.341Z (about 1 year ago)
- Topics: logistics, network-optimization, networkx, operations-modeling, operations-research, or, streamlit, systems-engineering
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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