| 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) { |
no test coverage detected