I've been puzzled by the idea of building efficient roads based on the following criteria:
1) Minimize total length of roads built (each mile costs 1 point)
2) Minimize distance required to travel between any two cities specified (each mile costs one point, with total distance score = sum of roads required to travel between all distinct pairs of cities)
Notes:
Ignore existing roads in this problem. You are building roads from scratch.
Ignore topography. You can build roads anywhere.
Roads do not need to connect two cities directly... you can have "ghost nodes" between cities that roads connect through, if that makes your system more efficient.
Where would you put the roads to minimize total points? What technique did you use to determine your solution?
No, I'm not in college taking a final exam. I'm just personally curious about this problem.
2007-12-21
17:33:11
·
2 answers
·
asked by
Todd
2
in
Science & Mathematics
➔ Mathematics