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

Method intersects

gecode/int/extensional/bit-set.hpp:218–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217 template<class IndexType>
218 forceinline bool
219 BitSet<IndexType>::intersects(const BitSetData* b) const {
220 for (IndexType i=0; i<_limit; i++)
221 if (!BitSetData::a(_bits[i],b[_index[i]]).none())
222 return true;
223 return false;
224 }
225
226 template<class IndexType>
227 forceinline unsigned long long int

Callers 1

propagateMethod · 0.45

Calls 2

aFunction · 0.85
noneMethod · 0.45

Tested by

no test coverage detected