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

Method done

gecode/int/channel/dom.hpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117 template<class View, class Offset>
118 forceinline void
119 DomInfo<View,Offset>::done(Offset& o) {
120 size = view.size();
121 min = o(view).min();
122 max = o(view).max();
123 }
124
125 // Propagate domain information from x to y
126 template<class View, class Offset>

Callers 1

prop_domFunction · 0.45

Calls 4

oFunction · 0.50
sizeMethod · 0.45
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected