This project aims to enhance metro transportation efficiency by integrating advanced pathfinding algorithms with a scheduling system. It optimizes commuter travel routes and minimizes waiting times at stations, leading to improved operational efficiency and reduced travel time.
- Shortest Path Finder: Uses Dijkstra's Algorithm to compute the shortest paths from a source station to all other stations.
- Targeted Route Finder: Implements A* Algorithm for finding the shortest path between a specific source and destination.
- Line Change Optimization: Identifies optimal interchange stations for seamless multi-line journeys.
- Travel Time & Distance Calculation: Computes estimated travel time and distance.
- Efficient Scheduler: Generates metro train arrival and departure schedules to avoid congestion and ensure smooth operations.
- Algorithms: Dijkstra's Algorithm, A* Algorithm
- Programming Language: C++
- Scheduling Techniques: Constraint Programming
- Graph Processing: Metro network representation using nodes and edges
-
Pathfinding Module:
- Accepts user input for source and destination.
- Uses Dijkstra’s Algorithm for shortest path calculation.
- Uses A* Algorithm for targeted pathfinding based on heuristic evaluation.
-
Scheduling Module:
- Generates a timetable considering train frequency and station interconnections.
- Computes travel time using predefined parameters such as buffer time and speed constraints.
-
Navigation System:
- Provides route details, estimated travel time, and required line changes.
- Displays station connectivity and optimal routes.
- Real-time Train Tracking: Incorporate live updates to dynamically adjust scheduling.
- Adaptive Scheduling: Adjust train frequency based on real-time commuter demand.
- Integration with Other Transport Systems: Provide multi-modal transport options for seamless urban mobility.
- Balkishan Bajpay - IIIT Manipur
- Moirangthem Dennis Singh - IIIT Manipur
For any inquiries, contact: [email protected]
This project is licensed under the IEEE Conference Publications framework.