[][src]Crate graph_gen

This crate generates graph using my take on the Erdos-Renyi model. Its point is to provide a simple and reasonably fast way to generate random graphs as input for my experiments.

Structs

Edge

An edge connects two vertices

ErGenerator

The graph generator using ER model

ErModel

The configuration of an Erdos-Renyi G(n, p) model.

Graph

A graph as can be random generated

Max2SatGraph
Vertex

A vertex is basically just a typesafe integer id of the vertex

Enums

Generatable