[][src]Module bigs::graph

Everything related to graphs: edges, nodes and, of course, graphs.

The most important part of this module is Graph. However, if you want to manually build graphs, you will need to use Edge.

Structs

Edge

A (variable, constraint) pair.

Graph

A bipartite regular graph.

Node

A node in the graph.

Nodes

An iterator for a set of nodes in a graph.