| 65 | } |
| 66 | |
| 67 | forceinline unsigned int |
| 68 | SearchTracer::EngineInfo::wlst(void) const { |
| 69 | assert((type() == EngineType::DFS) || (type() == EngineType::BAB) || |
| 70 | (type() == EngineType::LDS) || (type() == EngineType::AOE)); |
| 71 | return _lst; |
| 72 | } |
| 73 | |
| 74 | forceinline unsigned int |
| 75 | SearchTracer::EngineInfo::workers(void) const { |