41 cout <<
"<EMPTY SET>";
43 for(;first != last; ++first)
44 cout << *first <<
", ";
55 cout <<
"Source set:";
60 bool carry_over = bv.shift_left();
61 cout <<
"CO=" << carry_over << endl;
75 catch(std::exception& ex)
77 std::cerr << ex.what() << std::endl;
Compressed bit-vector bvector<> container, set algebraic methods, traversal iterators.
Bitvector Bit-vector container with runtime compression of bits.
void optimize(bm::word_t *temp_block=0, optmode opt_mode=opt_compress, statistics *stat=0)
Optimize memory bitvector's memory allocation.
void PrintContainer(T first, T last)