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

Method width

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

* Ranges * */

Source from the content-addressed store, hash-verified

42 *
43 */
44 forceinline unsigned int
45 TupleSet::Range::width(void) const {
46 return static_cast<unsigned int>(max - min + 1);
47 }
48
49 forceinline const TupleSet::BitSetData*
50 TupleSet::Range::supports(unsigned int n_words, int n) const {

Callers 1

tuple-set.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected