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

Method mark

gecode/int/element/int.hpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 // Index value pairs
38 template<class V0, class V1, class Idx, class Val>
39 forceinline void
40 Int<V0,V1,Idx,Val>::IdxVal::mark(void) {
41 idx = -1;
42 }
43 template<class V0, class V1, class Idx, class Val>
44 forceinline bool
45 Int<V0,V1,Idx,Val>::IdxVal::marked(void) const {

Callers 2

prune_idxMethod · 0.45
prune_valMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected