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

Method size

gecode/int/linear/bool-scale.hpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return _fst == _lst;
99 }
100 forceinline int
101 ScaleBoolArray::size(void) const {
102 return static_cast<int>(_lst - _fst);
103 }
104 forceinline bool
105 ScaleBoolArray::ScaleDec::operator ()(const ScaleBool& x,
106 const ScaleBool& y) {

Callers 15

normalizeMethod · 0.45
adviseMethod · 0.45
rescheduleMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45
bool-int.hppFile · 0.45
costMethod · 0.45
resubscribeMethod · 0.45
costMethod · 0.45
propagateMethod · 0.45
costMethod · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected