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

Method space

gecode/search/par/path.hpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 template<class Tracer>
52 forceinline Space*
53 Path<Tracer>::Edge::space(void) const {
54 return _space;
55 }
56 template<class Tracer>
57 forceinline void
58 Path<Tracer>::Edge::space(Space* s) {

Callers 4

lcMethod · 0.45
unwindMethod · 0.45
stealMethod · 0.45
recomputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected