MCPcopy 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

nextMethod · 0.45
float.cppFile · 0.45
TestSpaceMethod · 0.45
matchAssignmentMethod · 0.45
relMethod · 0.45
assignMethod · 0.45
boundMethod · 0.45
cutMethod · 0.45
pruneMethod · 0.45
CpltAssignmentMethod · 0.45
has_moreMethod · 0.45
ExtAssignmentMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by 1

TestSpaceMethod · 0.36