Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ++
Method
operator ++
gecode/int/linear/int-dom.hpp:184–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
}
184
forceinline void
185
SupportSet::ResultIter::operator ++(void) {
186
do {
187
ViewValues<IntView>::operator ++(); ++p;
188
} while (ViewValues<IntView>::operator ()() && s.supported(p));
189
}
190
191
192
forceinline ModEvent
Callers
nothing calls this directly
Calls
1
supported
Method · 0.80
Tested by
no test coverage detected