optimization
optimization copied to clipboard
Matching coordinates input with stops output using CalculateTSP method.
What is the best way to match the coordinates going into CalculateTSP with the resulting stops? I'd like to pass in attributes but it doesn't look like that is currently supported. Thanks.
Wait. I may have figured it out. I take the "index" attribute in the Stop, convert it to an int, and use it reference the original Coordinate right?