Skip to content

ramnanib2/TSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP TSP using A* implemented in Python. We search the state space of the possible paths using the heuristic as the MST of the graph without the nodes a_2 to a_n-1. eg. h(a->b->c->d) = total weight of the MST of (G - {b,c}).

It takes a graph in gexf format.

You can run it using the command, python mst.py filename.gexf

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages