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.
- Host: GitHub
- URL: https://github.com/the-milad-a/logistics-routing-models
- Owner: The-Milad-A
- Created: 2025-05-04T00:45:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-04T00:54:07.000Z (5 months ago)
- Last Synced: 2025-05-07T18:13:13.341Z (5 months 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