https://github.com/vortex2jm/mstdc
Solving Minimum Spanning Tree with Diamteter Constraints in context of network optimization
https://github.com/vortex2jm/mstdc
Last synced: about 1 month ago
JSON representation
Solving Minimum Spanning Tree with Diamteter Constraints in context of network optimization
- Host: GitHub
- URL: https://github.com/vortex2jm/mstdc
- Owner: vortex2jm
- Created: 2024-06-07T15:12:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:02:39.000Z (11 months ago)
- Last Synced: 2024-07-09T19:12:57.917Z (11 months ago)
- Language: Python
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## MSTDC
```
pip install -r requirements.txt
``````
python3 main.py
```