Skip to content

Alfwich/CS425-HW6

Repository files navigation

Subject

Solution to the Traveling Salesman Problem using a greedy branch-and-bound inclusion-exclusion algorithm.

Group Members

  • Cameron Hall
  • Arthur Wuterich

Contents

There are two implementations included:

  • Serial: Adaptation of the algorithm from TSP Solver Generator to execute command line.
  • Parallel: Extension of the serial version to adopt OpenMP constructs to make useage of parallel resources.

Useage

  • Both the serial and parallel version had a python driver in the root of the folder to demonstrate their performance.
  • To generate new example cost matrices use the gentable.py program in the python folder

About

Sonoma State University: CS425-HW6
Fall 2015
Professor Riviore

#Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published