Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Typedefs
graph::minimum_cut Namespace Reference

Data Structures

class  FordFulkerson
 

Typedefs

typedef std::unordered_set< std::pair< node::Node, node::Node > > Cut
 
using UndirectedGraph = graph::UndirectedGraph< node::Node, edge::CapacityEdge< node::Node, int > >
 
using DirectedGraph = graph::DirectedGraph< node::Node, edge::CapacityEdge< node::Node, int > >
 

Typedef Documentation

◆ Cut

typedef std::unordered_set<std::pair<node::Node, node::Node> > graph::minimum_cut::Cut

◆ DirectedGraph

◆ UndirectedGraph