1 #ifndef ALLPOSSIBLESIJ_HH 2 #define ALLPOSSIBLESIJ_HH 14 typedef std::map<std::string, std::vector<int> >
namedVMap;
24 std::vector<int> dummy;
27 this->insert(mapA.begin(), mapA.end());
30 void print(std::ostream& os = std::cout)
const;
void print(std::ostream &os=std::cout) const
bool nextLevel(namedVMap &nextMap)
std::map< std::string, std::vector< int > > namedVMap
AllPossibleSij(int nDaughters)