MCPcopy Create free account
hub / github.com/Gecode/gecode / wfst

Method wfst

gecode/search/tracer.hpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

initMethod · 0.80

Calls 1

typeClass · 0.85

Tested by

no test coverage detected