| 58 | } |
| 59 | |
| 60 | forceinline unsigned int |
| 61 | SearchTracer::EngineInfo::wfst(void) const { |
| 62 | assert((type() == EngineType::DFS) || (type() == EngineType::BAB) || |
| 63 | (type() == EngineType::LDS) || (type() == EngineType::AOE)); |
| 64 | return _fst; |
| 65 | } |
| 66 | |
| 67 | forceinline unsigned int |
| 68 | SearchTracer::EngineInfo::wlst(void) const { |