82 unsigned long root = *it;
83 unsigned long thisClass = result.
new_class(root);
84 std::queue<unsigned long,containers::sl_list<unsigned long> > q;
90 unsigned long x = q.front(); q.pop();
92 for (
unsigned long i=0; i<c; ++i)
94 unsigned long y = a(i,x);
103 while (not q.empty());
mod_pointer root
Definition: common.c:127
Definition: partition.h:51
Definition: Poincare.cpp:13
Partition orbits(const F &, unsigned long, unsigned long)
iterator begin() const
Definition: bitmap.cpp:130
unsigned long new_class(unsigned long c)
Definition: partition.cpp:107
void fill()
Definition: bitmap.cpp:484
void addToClass(unsigned long c, unsigned long j)
Adds value j to class #c.
Definition: partition.h:116
Definitions and declarations for the BitMap class.
unsigned long n
Definition: axis.cpp:77
Container of a large (more than twice the machine word size) set of bits.
Definition: bitmap.h:52
void remove(unsigned long n)
Definition: bitmap.h:207
bool isMember(unsigned long n) const
Definition: bitmap.h:138
Traverses the set bits of a BitMap.
Definition: bitmap.h:266