Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ++
Method
operator ++
gecode/int/var-imp/int.hpp:440–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
return c != nullptr;
439
}
440
forceinline void
441
IntVarImpFwd::operator ++(void) {
442
const IntVarImp::RangeList* n=c->next(p); p=c; c=n;
443
}
444
445
forceinline int
446
IntVarImpFwd::min(void) const {
Callers
nothing calls this directly
Calls
2
next
Method · 0.45
prev
Method · 0.45
Tested by
no test coverage detected