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

Method size

examples/tsp.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 Problem::Problem(const int n, const int* d)
187 : _n(n), _d(d) {}
188 inline int
189 Problem::size(void) const {
190 return _n;
191 }
192 inline int
193 Problem::d(int i, int j) const {
194 return _d[i*_n+j];

Callers 15

RadiotherapyMethod · 0.45
incr_sumMethod · 0.45
disposeMethod · 0.45
mainFunction · 0.45
afcMethod · 0.45
actionMethod · 0.45
chbMethod · 0.45
GolombRulerMethod · 0.45
costMethod · 0.45
printMethod · 0.45
mainFunction · 0.45
GolfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected