summaryrefslogtreecommitdiff
path: root/src/analysis_tools.hpp
blob: 72d1e82c6c277008611e3db8b0cc4a9c9d04a710 (plain)
1
2
3
4
5
6
7
8
9
10
11

#include <vector>
#include <algorithm>
#include <cmath>
#include <list>
#include <valarray>

#include <network.hpp>

std::pair<std::array<unsigned, 2>, std::set<unsigned>> find_minimal_crack(const network &, unsigned i0);