Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Radiotherapy
Method · 0.45
incr_sum
Method · 0.45
dispose
Method · 0.45
main
Function · 0.45
afc
Method · 0.45
action
Method · 0.45
chb
Method · 0.45
GolombRuler
Method · 0.45
cost
Method · 0.45
print
Method · 0.45
main
Function · 0.45
Golf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected