#include "Word.h"
#include <vector>
#include "errormsgs.h"
Go to the source code of this file.
Classes | |
class | CutVertices |
Implements an algorithm to find all articulation points of a graph//. More... | |
class | WhiteheadGraph |
Interface class for Whitehead graphs. More... | |
class | WhiteheadSimpleGraph |
Implements Whitehead Simple graph (i.e. no multiple edges or loops allowed). More... | |
class | WhiteheadMultiGraph |
Whitehead Multi-Graph (Not implemented yet). More... | |
Typedefs | |
typedef int | Generator |
typedef int Generator |
Definition at line 20 of file WhiteheadGraph.h.