Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
examples/tsp.cpp:200–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
return _d;
199
}
200
inline int
201
Problem::max(void) const {
202
int m=0;
203
for (int i=0; i<_n*_n; i++)
204
m = std::max(m,_d[i]);
205
return m*_n;
206
}
207
208
Problem PA(PA_n,PA_d);
209
Problem PB(PB_n,PB_d);
Callers
15
next
Method · 0.45
float.cpp
File · 0.45
TestSpace
Method · 0.45
matchAssignment
Method · 0.45
rel
Method · 0.45
assign
Method · 0.45
bound
Method · 0.45
cut
Method · 0.45
prune
Method · 0.45
CpltAssignment
Method · 0.45
has_more
Method · 0.45
ExtAssignment
Method · 0.45
Calls
1
max
Function · 0.50
Tested by
1
TestSpace
Method · 0.36