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

Method removed

gecode/int/channel/dom.hpp:108–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107 template<class View, class Offset>
108 forceinline void
109 DomInfo<View,Offset>::removed(int i) {
110 size--;
111 if (i == min)
112 min++;
113 else if (i == max)
114 max--;
115 }
116
117 template<class View, class Offset>
118 forceinline void

Callers 1

prop_domFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected