Definition at line 60 of file GBF4Computation.cpp.
61{
62 auto gbStatus =
mGBSoFar.getGBStatusList();
63 std::cout << "--- GB Status Array ---" << std::endl;
64 for (auto i = 0; i < gbStatus.size(); ++i)
65 {
66 std::cout << i <<
": " <<
toString(gbStatus[i]) << std::endl;
67 }
68}
std::string toString(GBPolyStatus status)
References mGBSoFar, and newf4::toString().