We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530a149 commit 605ca41Copy full SHA for 605ca41
1 file changed
library/math/matrix_related/xor_basis_ordered.hpp
@@ -5,7 +5,7 @@
5
//! const int B = 30;
6
//! xor_basis<B> b;
7
//! bitset<B> v;
8
-//! bool in_span = b.shrink(v) >= 0;
+//! bool in_span = b.shrink(v) == -1;
9
//! b.insert(v);
10
//! bitset<B> k = 5; // 0 <= k < (1 << npivot)
11
//! bitset<B> kth = b.walk(k);
0 commit comments