# A Note on Using the Resistance-Distance Matrix to solve Hamiltonian   Cycle Problem

**Authors:** Vladimir Ejov, Jerzy A Filar, Michael Haythorpe, John F Roddick and, Serguei Rossomakhine

arXiv: 1902.10356 · 2019-02-28

## TL;DR

This paper explores using resistance distance and its inverse as edge weights in converting Hamiltonian cycle problems to TSP instances, showing improved performance on difficult cases.

## Contribution

It introduces resistance distance-based weighting strategies for TSP conversions of Hamiltonian cycle problems, demonstrating their effectiveness on challenging instances.

## Key findings

- Resistance distance improves TSP solution quality for hard instances.
- Inverse resistance distance yields even stronger performance.
- Examples show clear benefits of these weighting choices.

## Abstract

An instance of Hamiltonian cycle problem can be solved by converting it to an instance of Travelling salesman problem, assigning any choice of weights to edges of the underlying graph. In this note we demonstrate that, for difficult instances, choosing the edge weights to be the resistance distance between its two incident vertices is often a good choice. We also demonstrate that arguably stronger performance arises from using the inverse of the resistance distance. Examples are provided demonstrating benefits gained from these choices.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.10356/full.md

## References

23 references — full list in the complete paper: https://tomesphere.com/paper/1902.10356/full.md

---
Source: https://tomesphere.com/paper/1902.10356