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

Method empty

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

Source from the content-addressed store, hash-verified

193 }
194 template<class View, class Val, class Degree, class StateIdx>
195 forceinline bool
196 LayeredGraph<View,Val,Degree,StateIdx>::IndexRange::empty(void) const {
197 return _fst>_lst;
198 }
199 template<class View, class Val, class Degree, class StateIdx>
200 forceinline void
201 LayeredGraph<View,Val,Degree,StateIdx>::IndexRange::lshift(int n) {

Callers 5

initializeMethod · 0.45
adviseMethod · 0.45
rescheduleMethod · 0.45
propagateMethod · 0.45
copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected