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

Method init

gecode/int/channel/dom.hpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 template<class View, class Offset>
72 forceinline void
73 DomInfo<View,Offset>::init(View x, int n) {
74 view = x;
75 size = static_cast<unsigned int>(n);
76 min = 0;
77 max = n-1;
78 }
79
80 template<class View, class Offset>
81 forceinline void

Callers 1

propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected