Index of module types


A
ANY_TYPE [Sig]
ATTRIBUTES [Graphviz]
The ATTRIBUTES module type defines the interface for the engines.

C
CCC [Delaunay]
Delaunay triangulation is available for any CCC system in the sense of Knuth's ``Axioms and Hulls''
COMPARABLE [Sig]
Comparable = Ordered + Hashable

E
EDGE [Sig]

F
FLOW [Flow]
Signature for edges' flow

G
G [Strat]
Signature for graphs
G [Minsep]
Minimal signature for computing the minimal separators
G [Kruskal]
Minimal graph signature for Kruskal
G [Components]
Minimal graph signature for scc
G [Topological]
Minimal graph signature to provide
G [Coloring]
G [Traverse]
Minimal graph signature for Dfs or Bfs
G [Path]
Minimal graph signature for Dijkstra's algorithm
G [Sig]
GM [Coloring]
GM [Traverse]
Minimal graph signature for graph traversal with marking.
G_FORD_FULKERSON [Flow]
Minimal digraph signature for Ford-Fulkerson
G_GOLDBERG [Flow]
Minimal digraph signature for Goldberg

H
HASHABLE [Sig]

I
I [Sig]
IM [Sig]
INT [Builder]

M
MARK [Sig]
MINSEP [Minsep]

O
ORDERED_TYPE [Sig]
ORDERED_TYPE_DFT [Sig]

P
P [Sig]
PLAYER [Strat]
Signature for graph add-ons: an initial vertex, final vertices and membership of vertices to either true or false, i.e.

S
S [Oper]
S [Rand]
S [Rand.Planar]
S [Classic]
S [Builder]
S [Imperative]
Signature of imperative graphs
S [Imperative.Matrix]
S [Persistent]
Signature of persistent graphs
S [Sig_pack]
STRAT [Strat]
Signature for strategies: for a given state, the strategy tells which state to go to

T
Triangulation [Delaunay]
The result of triangulation is an abstract value of type triangulation.

U
UNIONFIND [Kruskal]

V
VERTEX [Sig]

W
WEIGHT [Path]
Signature for edges' weights