Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
update
Method · 0.45
has_potential_violation
Method · 0.45
computesccs
Function · 0.45
Calls
1
size
Function · 0.50
Tested by
no test coverage detected