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

Method pmax

gecode/int/unary/task.hpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 return _p;
74 }
75 forceinline int
76 ManFixPTask::pmax(void) const {
77 return _p;
78 }
79 forceinline IntVar
80 ManFixPTask::st(void) const {
81 return _s;

Callers 3

task-view.hppFile · 0.45
task.hppFile · 0.45
task.hppFile · 0.45

Calls 2

maxMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected