single_crossing_graph (401B)
1 # Single crossing graph 2 3 discussed in https://cstheory.stackexchange.com/questions/50303/finding-the-single-crossing-embedding-of-a-single-crossing-graph/50306 4 5 A [graph] that has a [planar_embedding] where only one pair of [edges] cross 6 7 Types: 8 9 - [single_crossing_graph_undirected] 10 - [single_crossing_graph_directed] 11 12 Up: [planar_graph] 13 14 See also: [crossing_number] 15 16 Aliases: single crossing graphs