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

Method is_set

gecode/int/view-val-graph/comb-ptr-flag.hpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 template<class T>
48 forceinline int
49 CombPtrFlag<T>::is_set(void) const {
50 return static_cast<int>(cpf&1);
51 }
52
53 template<class T>
54 forceinline void

Callers 1

usedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected