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

Method empty

gecode/int/sequence/violations.hpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 forceinline bool
70 Violations::empty(void) const {
71 fst = next(fst);
72 return fst >= size();
73 }
74
75 forceinline void
76 Violations::update(Space& home, Violations& v) {

Callers 3

updateMethod · 0.45
computesccsFunction · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected