| 194 | |
| 195 | #ifdef DEBUG |
| 196 | void |
| 197 | DFSRndNumGenerator::dumpCurrentState(int bound, const string &where) |
| 198 | { |
| 199 | cout << "[current]" << where << ", current_pos = " << current_pos_ \ |
| 200 | << ", decision_depth = " << decision_depth_ << " , bound = " \ |
| 201 | << bound << ", all_done = " << all_done_ << std::endl; |
| 202 | } |
| 203 | #else |
| 204 | void |
| 205 | DFSRndNumGenerator::dumpCurrentState(int, const string &) |
nothing calls this directly
no outgoing calls
no test coverage detected