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

Method steal

gecode/search/par/path.hpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99 template<class Tracer>
100 forceinline unsigned int
101 Path<Tracer>::Edge::steal(void) {
102 assert(work());
103 return _alt_max--;
104 }
105
106 template<class Tracer>
107 forceinline const Choice*

Callers 2

findMethod · 0.45
findMethod · 0.45

Calls 12

workMethod · 0.80
steal_depthMethod · 0.80
eiMethod · 0.80
minFunction · 0.50
entriesMethod · 0.45
spaceMethod · 0.45
cloneMethod · 0.45
commitMethod · 0.45
choiceMethod · 0.45
initMethod · 0.45
widMethod · 0.45
nidMethod · 0.45

Tested by

no test coverage detected