We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa8a58 commit 55b23e9Copy full SHA for 55b23e9
1 file changed
src/alfred/math/linear.hpp
@@ -146,6 +146,7 @@ struct XORBasis {
146
return i;
147
} else x ^= p[i];
148
}
149
+ has_zero = true;
150
return -1;
151
152
inline T max(T ans = 0) {
0 commit comments