Skip to content

Instantly share code, notes, and snippets.

@woodbri
Created May 12, 2014 16:28
Show Gist options
  • Save woodbri/48f46fb505d2a15ae6fc to your computer and use it in GitHub Desktop.
Save woodbri/48f46fb505d2a15ae6fc to your computer and use it in GitHub Desktop.
TSP Opt
three way opt
* Local Search Heuristics
* b-------a b a
* . . => .\ /.
* . d...e . . e...d .
* ./ \. . .
* c f c-------f
reverse opt
* c..b c..b
* \/ => | |
* /\ | |
* a d a d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment