3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

restored commented out code

Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
Miguel Angelo Da Terra Neves 2017-12-15 14:00:20 -08:00
parent b731d02adc
commit 0f1286adae
5 changed files with 7 additions and 8 deletions

View file

@ -2390,7 +2390,7 @@ namespace sat {
}
}
}
//std::cout << candidates.size() << " -> " << k << "\n";
std::cout << candidates.size() << " -> " << k << "\n";
if (k == candidates.size()) break;
candidates.shrink(k);
if (k == 0) break;