Transportation Net �for America Cities
--Hongli Xu, Sang Lu
Transportation net construct
Just like the graph show left:
The red points are the transportation center, while blue points are the cities we set transportation point, we need assign them to each center.
Then use black line to link them by optimize route.
Our data source
First step: Find the Transportation Center
DVs, Constraints, Objectives and Assumptions
(2) Each city needs to get assigned to a center
(3) Only can assign center to a city if a center exists there
(4) All DVs are binary variables
How do we find transportation centers?
Second step: Find optimize route for each group
DVs, Constraints, Objectives and Assumptions
(2) Go through every city
(3) Get rid of silly solution (not depart and arrive at same city)
(4) All DVs are binary variables
(5) Subtour constraints (will no longer need under Google or tools)
How do we find optimize route?
Tableau Visualization Output
The output
Further extension
-Thanks for your watching-
The whole project are equally contributed to both group members.
Reference: