Printed brute-forced sequenced was different from guessed, so it was useless
This commit is contained in:
parent
a444c5db1c
commit
d2d660f4e9
1 changed files with 0 additions and 7 deletions
|
@ -156,13 +156,6 @@ vector<int> Solver::guess() {
|
||||||
// Prints what the solver deduced
|
// Prints what the solver deduced
|
||||||
void Solver::print() {
|
void Solver::print() {
|
||||||
known.print();
|
known.print();
|
||||||
auto possibilities = known.list_all_possibilities();
|
|
||||||
auto chosen = vector<int>(0);
|
|
||||||
auto v = brute_force(&possibilities, &chosen, 0);
|
|
||||||
cout << "Bruteforce chosen ";
|
|
||||||
for(int col : v)
|
|
||||||
cout << col << " ";
|
|
||||||
cout << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clean guess and response from info we know
|
// Clean guess and response from info we know
|
||||||
|
|
Loading…
Reference in a new issue