Click or drag to resize
GraphGeneratorBipartite Method
Overload List
  NameDescription
Public methodStatic memberBipartite(Int32, Int32, Double)
Returns a random simple bipartite graph on V1 and V2 vertices, containing each possible edge with probability p.
Public methodStatic memberBipartite(Int32, Int32, Int32)
Returns a random simple bipartite graph on V1 and V2 vertices with E edges.
Top
See Also