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

Method marked

gecode/int/element/int.hpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43 template<class V0, class V1, class Idx, class Val>
44 forceinline bool
45 Int<V0,V1,Idx,Val>::IdxVal::marked(void) const {
46 return idx<0;
47 }
48
49
50 // Index iterator

Callers 7

ivFunction · 0.45
operator ++Method · 0.45
valMethod · 0.45
prune_idxMethod · 0.45
prune_valMethod · 0.45
syncMethod · 0.45
syncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected