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

Method size

gecode/int/var/int.hpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 return x->width();
78 }
79 forceinline unsigned int
80 IntVar::size(void) const {
81 return x->size();
82 }
83 forceinline unsigned int
84 IntVar::regret_min(void) const {
85 return x->regret_min();

Callers 15

addMethod · 0.45
eliminateMethod · 0.45
postMethod · 0.45
costMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
ExecStatus detectableFunction · 0.45
subsumedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected