Skip to content

Brelliothe/CMDTSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Hierarchical Framework for Solving the Constrained Multiple Depot Traveling Salesman Problem

Setup Environment

If you do not have a cuda or do not want to run the neural tsp solver in the ablation study, a minimal environment can be setup as

conda create -n cmdtsp python=3.8
conda activate cmdtsp
pip install -r requirements.txt

To run the neural tsp solver, you need pytorch >= 1.7.

Run

Test

python main.py

will generate all the data in folder datasets and run the comparison and ablation study.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published