Skip to content

Commit

Permalink
added a small test TSP graph file
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Oct 3, 2010
1 parent 210e0c6 commit d3a2f14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/resources/jmona/example/tsp/graphs/small.tsp
@@ -0,0 +1,9 @@
NAME : small
COMMENT : Small graph for testing.
TYPE : TSP
DIMENSION : 2
EDGE_WEIGHT_TYPE : EUC_2D
NODE_COORD_SECTION
1 0 3
2 4 0
EOF

0 comments on commit d3a2f14

Please sign in to comment.