
===========
TABLE SETUP
===========

graph_s_nyctaxi_multi_route.nyc_neighborhood table object successfully created.
Creating records from the nyc_neighborhood.csv file.
2166 records inserted into graph_s_nyctaxi_multi_route.nyc_neighborhood table.

Checking to see if table demo.nyctaxi exists.
Table demo.nyctaxi exists.

Joining demo.nyctaxi to graph_s_nyctaxi_multi_route.taxi_tables_joined to filter out data that could skew the taxi graphs.
graph_s_nyctaxi_multi_route.taxi_tables_joined view created: OK

Creating a projection from graph_s_nyctaxi_multi_route.taxi_tables_joined to contain the graph_s_nyctaxi_multi_route.nyctaxi_graph_wkt edges.
graph_s_nyctaxi_multi_route.nyctaxi_edges_weights_wkt projection created: OK

===========
GRAPH SETUP
===========

Creating graph_s_nyctaxi_multi_route.nyctaxi_graph_wkt
graph_s_nyctaxi_multi_route.nyctaxi_graph_wkt creation success!
Number of nodes: 399
Number of edges: 292

===============================
MULTIPLE ROUTING SOLVER EXAMPLE
===============================

Solving graph_s_nyctaxi_multi_route.nyctaxi_graph_wkt using MULTIPLE_ROUTING solver type.
Cost for source node POINT(-73.98438262939453 40.76493835449219) to visit destination nodes ['POINT(-73.97122955322266 40.74700927734375)', 'POINT(-73.97740173339844 40.77263641357422)']:
+---------------+
|   Cost (in $) |
|---------------|
|        230.63 |
+---------------+
