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

Method ite

gecode/minimodel/ipl.hpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 inline IntPropLevel
173 IntPropLevels::ite(void) const {
174 return _ite;
175 }
176 inline IntPropLevels&
177 IntPropLevels::ite(IntPropLevel ipl) {
178 _ite=ipl; return *this;

Callers 1

postFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected