Class: TravellingSalesman

TravellingSalesman(data)

new TravellingSalesman(data)

Constructor, construct the class from the data file selected. Calculates n:n distance between nodes using Floyd-Warshall algorithm
Parameters:
Name Type Description
data string instance of a problem coded as string
Source: