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.

418 B

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 许可证。