46 std::vector<uint64_t> undefinedStates;
48 uint64_t choice = strategy.
getChoice(state);
50 undefinedStates.emplace_back(state);
52 out << state <<
" -> " << choice <<
'\n';
55 out <<
"undefined states: ";
56 for (
auto state : undefinedStates) {