The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

16 lines
417 B

4 weeks ago
  1. NAME: SAMPLE
  2. TYPE: TSP
  3. COMMENT: Example from D.Phillips, A.Garcia-Diaz, p.124
  4. DIMENSION: 8
  5. EDGE_WEIGHT_TYPE: EXPLICIT
  6. EDGE_WEIGHT_FORMAT: LOWER_DIAG_ROW
  7. EDGE_WEIGHT_SECTION
  8. 0
  9. 190 0
  10. 210 380 0
  11. 680 760 890 0
  12. 690 790 900 480 0
  13. 460 610 340 760 890 0
  14. 780 670 410 510 490 720 0
  15. 750 450 600 250 560 600 500 0
  16. EOF