simple_path_rpq_problem (279B)
1 # Simple path rpq problem 2 3 Decide if there is a [simple_path] satisfing a [RPQ] from a vertex s to a vertex t in a [graph] 4 5 Topic of the [simple_path_trichotomy] 6 7 Also [enumeration]: [simple_path_rpq_enumeration] 8 9 Up: [simple_path_problem], [RPQ] 10 11 See also: [simple_path_modulo]