Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ SET_VAR_SIZE_MIN
Function
SET_VAR_SIZE_MIN
gecode/set/branch/var.hpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
inline SetVarBranch
206
SET_VAR_SIZE_MIN(BranchTbl tbl) {
207
return SetVarBranch(SetVarBranch::SEL_SIZE_MIN,tbl);
208
}
209
210
inline SetVarBranch
211
SET_VAR_SIZE_MAX(BranchTbl tbl) {
Callers
3
run
Method · 0.85
SudokuSet
Method · 0.85
ann2svarsel
Function · 0.85
Calls
1
SetVarBranch
Class · 0.85
Tested by
no test coverage detected