solver needs to learn from the response

This commit is contained in:
Matúš Púll 2024-11-02 16:57:27 +01:00
parent eabdc8757e
commit b41dfcb303

View file

@ -15,4 +15,7 @@ public:
vector<int> guess() {
return {};
}
void learn(vector<int> guess, vector<int> response) {
}
};