École d’Été Peyresq 2025
Thème Quantification d’incertitude Le GRETSI et le GdR IASIS organisent depuis 2006 une École d’Été...
6 December 2024
Catégorie : Stagiaire
Transportation systems with scheduled travels, like trains, flights, and buses, pose optimization challenges such as finding the fastest routes or maximizing stops within a time frame, which fall under the temporal graph exploration problem (TEXP). Despite its importance in fields like logistics and cybersecurity, TEXP's NP-hardness makes exact solutions infeasible for large graphs, and current approximation methods achieve limited success. Graph neural networks (GNNs) have proven to be an effective tool to approxiamte combinatorial problems in static graphs. This internship aims to build upon the success of GNNs explore the use of temporal GNNs as a means to tackle TEXP.
Transportation systems with scheduled travels, such as trains, flights, and buses, often require solving complex optimization questions like identifying the fastest itinerary to visit all destinations or maximizing the number of stops visited within a given time window. These problems fall under the umbrella of the temporal graph exploration problem (TEXP), which involves finding the quickest time-respecting walk in a temporal graph that visits all vertices. While TEXP has applications in logistics, cybersecurity, and fraud detection, its NP-hardness makes exact solutions impractical for large graphs.