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

Method tuples

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

Source from the content-addressed store, hash-verified

182 return raw().arity;
183 }
184 forceinline int
185 TupleSet::tuples(void) const {
186 return raw().n_tuples;
187 }
188 forceinline unsigned int
189 TupleSet::words(void) const {
190 return data().n_words;

Callers 12

tupleset2dfaFunction · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
solutionMethod · 0.80
TupleSetTestSizeMethod · 0.80
postMethod · 0.80
postposcompactFunction · 0.80
postnegcompactFunction · 0.80
postrecompactFunction · 0.80
equalMethod · 0.80
operator ==Method · 0.80
tuple-set.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected