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.
 
zart e4123c7a43
更新贪心求解失败的显示问题
1 year ago
__pycache__ init 1 year ago
json_files Initial commit 1 year ago
.gitignore init 1 year ago
LICENSE Initial commit 1 year ago
README.md init 1 year ago
get_real_data.py Initial commit 1 year ago
main.py 更新贪心求解失败的显示问题 1 year ago
requirement.txt Initial commit 1 year ago
test.py Initial commit 1 year ago
tsp_canvas.py Initial commit 1 year ago
tsp_data.py 更新贪心求解失败的显示问题 1 year ago
tsp_ui.py Initial commit 1 year ago
tsp_ui.ui Initial commit 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 许可证。