Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 674 Bytes

About:

Christofieds algorithm implementation for Travelling Salesman problem. Implemented from here https://en.wikipedia.org/wiki/Christofides_algorithm Currently uses NetworkX for Blossom algorithm and some other routines and graph_algos for other algorithms.

Measurements

The complexity is O(V^3)

measurements

The approximation ratio is 1.5 at most

measurements

Installation :

  1. pip3 networkx (matplotlib) if need drawing

  2. Needs graph_algos git project (or symbolic link) cloned into source directory.