Implement Search

This commit is contained in:
2022-12-23 18:34:34 +01:00
parent bcf4d66c49
commit 87adca7e66
15 changed files with 337 additions and 66 deletions

View File

@@ -127,7 +127,7 @@ public:
unsigned pop();
private:
U64 mBoard = {};
U64 mBoard = 0;
};
// Relational operators