文件名称:slytherin_around
文件大小:1.22MB
文件格式:ZIP
更新时间:2024-04-24 07:08:00
Python
Python实现示例(SlytherinAround)
安装
# mkdir .venv
# pipenv install
# pipenv shell
项目/实施
旅行商问题
Edges Swap实现旅行商问题(TSP)
默认命令# python main.py tsp
选项# --n-city
【文件预览】:
slytherin_around-master
----main.py(577B)
----Pipfile(179B)
----bullets()
--------utils.py(931B)
--------__init__.py(733B)
--------examples()
--------spawner.py(2KB)
----Pipfile.lock(13KB)
----.gitignore(20B)
----README.md(1KB)
----tsp()
--------algorithms.py(63B)
--------utils.py(1KB)
--------route.py(2KB)
--------__init__.py(1013B)
--------examples()