Code Documentation 3.7
Social Network Visualizer
Loading...
Searching...
No Matches
graph_connectivity.cpp File Reference

Implements local and global vertex connectivity (Menger's theorem via max-flow) for the Graph class. More...

#include "graph.h"
#include "graphvertex.h"
#include <QDebug>
#include <QHash>
#include <QList>
#include <QQueue>
#include <QSet>
#include <QVector>
#include <algorithm>
#include <climits>
#include <limits>
Include dependency graph for graph_connectivity.cpp:

Detailed Description

Implements local and global vertex connectivity (Menger's theorem via max-flow) for the Graph class.

Author
Dimitris B. Kalamaras
See also
https://socnetv.org