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

Method space

gecode/search/seq/path.hpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

lcMethod · 0.45
unwindMethod · 0.45
recomputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected