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

Method excludeAll

gecode/set/var-imp/integerset.hpp:394–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392 }
393
394 forceinline void
395 LUBndSet::excludeAll(Space& home) {
396 fst()->dispose(home,lst()); fst(nullptr); lst(nullptr);
397 _size=0;
398 }
399
400 /*
401 * A complement iterator spezialized for the BndSet limits

Callers 1

intersectIMethod · 0.80

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected