Skip to content

Commit 504ae7d

Browse files
committed
asdf
1 parent 4e9e30d commit 504ae7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/library_checker_aizu_tests/handmade_tests/xor_basis_walk.test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ int main() {
3030
if (b.insert(val)) naive_basis.push_back(val);
3131
assert(b.npivot + b.nfree == i + 1);
3232
}
33+
assert(ssize(naive_basis) == b.npivot);
3334
vector<bitset<B>> fast_basis;
3435
for (int i = 0; i < B; i++)
3536
if (b.basis[i][i]) fast_basis.push_back(b.basis[i]);

0 commit comments

Comments
 (0)