TTSPmode

Top  Previous  Next

This enumeration describes the various modes for TSP optimization:

 

tspRoundTrip

This is the classic round trip mode

tspStartEnd

This starts at the first item in the list and ends at the last item

tspOpenEnd

This starts at the first item, but can end at any item

tspOpenStart

This can start anywhere, but ends at the list item

tspOpen

This can start and end anywhere

 

When optimizing for all other modes but tspRoundTrip, set extra = true in methods Matrix and MatrixDyn.