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

Method max

gecode/minimodel/ipl.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 _max2=ipl; return *this;
79 }
80 inline IntPropLevel
81 IntPropLevels::max(void) const {
82 return _max;
83 }
84 inline IntPropLevels&
85 IntPropLevels::max(IntPropLevel ipl) {
86 _max=ipl; return *this;

Callers 4

postFunction · 0.45
constrainMethod · 0.45
postFunction · 0.45
channelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected