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

Method sqrt

gecode/minimodel/ipl.hpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 _sqr=ipl; return *this;
137 }
138 inline IntPropLevel
139 IntPropLevels::sqrt(void) const {
140 return _sqrt;
141 }
142 inline IntPropLevels&
143 IntPropLevels::sqrt(IntPropLevel ipl) {
144 _sqrt=ipl; return *this;

Callers 1

postFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected