Type Definition prepona::graph::FlowMatGraph[][src]

type FlowMatGraph<W, Dir> = SimpleGraph<W, FlowEdge<W>, Dir, FlowMat<W>>;

A SimpleGraph that uses FlowMat as its storage.