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

Method min

gecode/minimodel/ipl.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 _min2=ipl; return *this;
95 }
96 inline IntPropLevel
97 IntPropLevels::min(void) const {
98 return _min;
99 }
100 inline IntPropLevels&
101 IntPropLevels::min(IntPropLevel ipl) {
102 _min=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