The Algorithm for solving TSP using 2opt heuristics.
The code optimized for IBM POWER8 and Intel Xeon Phi: Knights Landing systems
Features:
- Compatible with and multi-core and many-core architectures.
- Fully vectorized for both the systems with AVX2 and AVX512 technology.
- Uses OpenMP for multi-threading on a single node.
- Compatible with multi-nodes using MPI based implementation.
- Almost linear scaling across a cluster.
- Lower memory footprint compared to other algorithms.