#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

Threshold Graphs

Threshold Graphs - Creation, manipulation and identification.

find_threshold_graph(G[, create_using])

Returns a threshold subgraph that is close to largest in G.

is_threshold_graph(G)

Returns True if G is a threshold graph.