Module rs_graph::classes [−][src]
Graph classes Some common graph classes.
Functions
| complete_bipartite | Returns a complete bipartite graph on |
| complete_graph | Returns the complete graph on |
| cycle | Returns a cycle with length |
| grid | Return a grid graph with |
| hypercube | Returns a hypercube of dimension |
| path | Returns a path with |
| peterson | Returns a Peterson graph. |
| star | Returns a star graph with |