3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00
Signed-off-by: Miguel Angelo Da Terra Neves <t-mineve@microsoft.com>
This commit is contained in:
Miguel Angelo Da Terra Neves 2017-12-12 14:35:24 -08:00
parent e8ac0575eb
commit c92e6ac658
3 changed files with 9 additions and 4 deletions

View file

@ -2420,7 +2420,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;