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

Method size

gecode/int/var-imp/int.hpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251
252 forceinline unsigned int
253 IntVarImp::size(void) const {
254 return dom.width() - holes;
255 }
256
257 forceinline unsigned int
258 IntVarImp::regret_min(void) const {

Callers

nothing calls this directly

Calls 1

widthMethod · 0.45

Tested by

no test coverage detected