Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ start
Method
start
gecode/iter/ranges-values.hpp:85–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
template<class I>
85
forceinline void
86
ToValues<I>::start(void) {
87
if (i()) {
88
cur = i.min(); max = i.max();
89
} else {
90
cur = 1; max = 0;
91
}
92
}
93
94
template<class I>
95
forceinline
Callers
nothing calls this directly
Calls
3
i
Function · 0.70
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected