Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ fst
Method
fst
gecode/int/var-imp/int.hpp:162–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
*/
161
162
forceinline IntVarImp::RangeList*
163
IntVarImp::fst(void) const {
164
return dom.next(nullptr);
165
}
166
167
forceinline void
168
IntVarImp::fst(IntVarImp::RangeList* f) {
Callers
1
int.cpp
File · 0.45
Calls
2
prevnext
Method · 0.80
next
Method · 0.45
Tested by
no test coverage detected