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

Method wlst

gecode/search/tracer.hpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

initMethod · 0.80

Calls 1

typeClass · 0.85

Tested by

no test coverage detected