MatrixDyn

Top  Previous  Next

This method calculates a matrix of distances between all combinations of locations in LL. Distance uses as-the-crow fly distances. If extra is true, the matrix will have an additional row and column, allowing for special optimization in class TTSP.

 

You should have called Location2CoordinateList in advance.

 

Syntax: MatrixDyn(LL: TLocationList; extra: boolean): TMatrix