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

Method add

gecode/int/extensional/layered-graph.hpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183 template<class View, class Val, class Degree, class StateIdx>
184 forceinline void
185 LayeredGraph<View,Val,Degree,StateIdx>::IndexRange::add(int i) {
186 _fst=std::min(_fst,i); _lst=std::max(_lst,i);
187 }
188 template<class View, class Val, class Degree, class StateIdx>
189 forceinline void
190 LayeredGraph<View,Val,Degree,StateIdx>::IndexRange::add

Callers 2

adviseMethod · 0.45
propagateMethod · 0.45

Calls 2

minFunction · 0.50
maxFunction · 0.50

Tested by

no test coverage detected