MCPcopy 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

runMethod · 0.85
SudokuSetMethod · 0.85
ann2svarselFunction · 0.85

Calls 1

SetVarBranchClass · 0.85

Tested by

no test coverage detected