Metadata-Version: 2.4
Name: tsp_cw
Version: 0.1.1
Summary: TSP solver using Clarke–Wright, Greedy, and Greedy+Lambda with Numba acceleration
License: MIT
License-File: LICENSE
Keywords: tsp,numba,optimization,clarke-wright,vrp
Author: Le Sy Thuc
Author-email: thuc@example.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: numba (>=0.60,<0.61)
Requires-Dist: numpy (>=1.26,<2.0)
Project-URL: Homepage, https://github.com/thucnc7/tsp-cw
Project-URL: Repository, https://github.com/thucnc7/tsp-cw
Description-Content-Type: text/markdown


