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

Method words

gecode/int/extensional/tuple-set.hpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 return raw().n_tuples;
187 }
188 forceinline unsigned int
189 TupleSet::words(void) const {
190 return data().n_words;
191 }
192 forceinline int
193 TupleSet::min(void) const {
194 return data().min;

Callers 1

tuple-set.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected