simple_path_rpq_problem (272B)
1 # Simple path rpq problem 2 3 Decide if there is an [RPQ_simple_path] match 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]