label_constrained_reachability (307B)
1 # Label constrained reachability 2 3 a special case of [RPQ] on [graphs] 4 5 - [peng2020answering] for [state_of_the_art] according to [yuan2024io] 6 - [yuan2024io] for [external_memory] 7 - [zheng2015flashgraph] for [semi_external_memory] 8 - [katriel2003elementary] for [BFS] in [external_memory] 9 10 Up: [reachability]