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

Method d

examples/tsp.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 return _n;
191 }
192 inline int
193 Problem::d(int i, int j) const {
194 return _d[i*_n+j];
195 }
196 inline const int*
197 Problem::d(void) const {
198 return _d;

Callers 1

TSPMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected