max_out_degree

safemdp.max_out_degree(graph)

Compute the maximum out_degree of a graph

Parameters:

graph: nx.DiGraph

Returns:

max_out_degree: int

The maximum out_degree of the graph