This document presents a method for solving the traveling salesman problem (TSP) using an assignment problem formulation. It begins by mathematically formulating the TSP as an assignment problem. It then describes the revised ones assignment method (ROA) to solve assignment problems by creating ones in the assignment matrix. The ROA method is applied to an example of finding the optimal route for the Ashtavinayaka Yatra pilgrimage in India involving 9 cities. The ROA method finds the shortest route in 3 cycles totaling 675 km, and identifies a second shortest route of 987 km by considering additional minimum values. The paper concludes the ROA method can be used to both minimize and maximize assignment problem objectives and to