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

Method pmin

gecode/int/unary/task.hpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 return _s.max()+_p;
70 }
71 forceinline int
72 ManFixPTask::pmin(void) const {
73 return _p;
74 }
75 forceinline int
76 ManFixPTask::pmax(void) const {
77 return _p;

Callers 8

insertMethod · 0.45
oinsertMethod · 0.45
linsertMethod · 0.45
task-view.hppFile · 0.45
task.hppFile · 0.45
task-view.hppFile · 0.45
task.hppFile · 0.45

Calls 2

minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected