solver needs to learn from the response
This commit is contained in:
parent
eabdc8757e
commit
b41dfcb303
1 changed files with 3 additions and 0 deletions
|
@ -15,4 +15,7 @@ public:
|
|||
vector<int> guess() {
|
||||
return {};
|
||||
}
|
||||
void learn(vector<int> guess, vector<int> response) {
|
||||
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue