17 typedef uint32_t IndexT;
18 static const IndexT UndefinedIndexT = std::numeric_limits<IndexT>::max();
20 typedef std::pair<IndexT, IndexT> Pair;
21 typedef std::set<Pair> PairSet;
22 typedef std::vector<Pair> PairVec;
28 hasStrongSupport(strongSupport)
32 bool hasStrongSupport =
false;