MCPcopy Create free account
hub / github.com/Gecode/gecode / SET_VAR_DEGREE_SIZE_MAX

Function SET_VAR_DEGREE_SIZE_MAX

gecode/set/branch/var.hpp:220–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 inline SetVarBranch
221 SET_VAR_DEGREE_SIZE_MAX(BranchTbl tbl) {
222 return SetVarBranch(SetVarBranch::SEL_DEGREE_SIZE_MAX,tbl);
223 }
224
225 inline SetVarBranch
226 SET_VAR_AFC_SIZE_MIN(double d, BranchTbl tbl) {

Callers 2

runMethod · 0.85
SudokuSetMethod · 0.85

Calls 1

SetVarBranchClass · 0.85

Tested by

no test coverage detected