ananya-ac / SWEN_711_Term_Project

This is the code for our final project for SWEN-711
1 stars 0 forks source link

Track vehicles to populate cost matrix #1

Closed ananya-ac closed 5 months ago

ananya-ac commented 5 months ago

Create the cost matrix for passenger-vehicle matching by identifying the free vehicles in the system and then indexing the row of the travel time matrix to create a row in the cost matrix.

ananya-ac commented 5 months ago

matching process returns list of tuples with the 0th index being source and 1st index being destination.