You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
__pycache__ | 1 year ago | |
json_files | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
get_real_data.py | 1 year ago | |
main.py | 1 year ago | |
requirement.txt | 1 year ago | |
test.py | 1 year ago | |
tsp_canvas.py | 1 year ago | |
tsp_data.py | 1 year ago | |
tsp_ui.py | 1 year ago | |
tsp_ui.ui | 1 year ago |
README.md
TSP_v1
说明
TSP_v1 是一个基于 Python 的 TSP 问题求解器。它使用了 PySide6 作为 GUI 框架,并使用了 requests 库来获取数据。
安装
pip install -r requirements.txt
运行
python main.py
依赖
环境要求:
- Python 3.10+
第三方依赖:
- PySide6==6.6.1
- requests==2.31.0
许可证
本项目使用 AGPL-3.0-only 许可证。