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

Method empty

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

Source from the content-addressed store, hash-verified

94 _lst = l;
95 }
96 forceinline bool
97 ScaleBoolArray::empty(void) const {
98 return _fst == _lst;
99 }
100 forceinline int
101 ScaleBoolArray::size(void) const {
102 return static_cast<int>(_lst - _fst);

Callers 3

copyMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected