Skip to content

Commit 08c254e

Browse files
committed
update docs again
1 parent 0d5cac9 commit 08c254e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

library/math/matrix_related/xor_basis_ordered.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
//! @code
55
//! const int B = 30;
66
//! xor_basis<B> b;
7-
//! bool in_span = b.shrink(x) >= 0;
8-
//! b.insert(x);
7+
//! bitset<B> v;
8+
//! bool in_span = b.shrink(v) >= 0;
9+
//! b.insert(v);
910
//! bitset<B> k = 5; // 0 <= k < (1 << npivot)
1011
//! bitset<B> kth = b.walk(k);
1112
//! // (k+1)-th smallest vector in span

0 commit comments

Comments
 (0)