var searchIndex = {}; searchIndex["travelling_salesman"] = {"doc":"Travelling Salesman Problem Solvers.","items":[[3,"Tour","travelling_salesman","Represents a tour of the travelling salesman",null,null],[12,"distance","","the total distance travelled following this tour",0,null],[12,"route","","the ordered route for this tour",0,null],[5,"get_distance_matrix","","Utility function to convert city coordinates to a distance matrix",null,{"inputs":[{"name":"vec"}],"output":{"name":"vec"}}],[5,"get_route_distance","","Utility function to calculate the distance travelled following the specified route",null,{"inputs":[{"name":"vec"},{"name":"vec"}],"output":{"name":"f64"}}],[0,"brute_force","","Brute Force Travelling Salesman Problem Solver",null,null],[5,"solve","travelling_salesman::brute_force","Function that exactly solves by brute force search the Travelling Salesman Problem.",null,{"inputs":[{"name":"vec"}],"output":{"name":"tour"}}]],"paths":[[3,"Tour"]]}; initSearch(searchIndex);