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

Method efst

gecode/search/tracer.hpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 forceinline unsigned int
80 SearchTracer::EngineInfo::efst(void) const {
81 assert((type() == EngineType::RBS) || (type() == EngineType::PBS));
82 return _fst;
83 }
84
85 forceinline unsigned int
86 SearchTracer::EngineInfo::elst(void) const {

Callers 1

initMethod · 0.80

Calls 1

typeClass · 0.85

Tested by

no test coverage detected