Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ranges_bwd
Method
ranges_bwd
gecode/int/var-imp/int.hpp:309–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
forceinline const IntVarImp::RangeList*
310
IntVarImp::ranges_bwd(void) const {
311
return (fst() == nullptr) ? &dom : lst();
312
}
313
314
315
Callers
2
int.hpp
File · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected