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

Method element

gecode/minimodel/ipl.hpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 inline IntPropLevel
164 IntPropLevels::element(void) const {
165 return _element;
166 }
167 inline IntPropLevels&
168 IntPropLevels::element(IntPropLevel ipl) {
169 _element=ipl; return *this;

Callers 2

postFunction · 0.80
postMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected