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

Function BOOL_VAL_MIN

gecode/int/branch/val.hpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127
128
129 inline BoolValBranch
130 BOOL_VAL_MIN(void) {
131 return BoolValBranch(BoolValBranch::SEL_MIN);
132 }
133
134 inline BoolValBranch
135 BOOL_VAL_MAX(void) {

Callers 8

runMethod · 0.85
BIBDMethod · 0.85
JobShopSolveMethod · 0.85
IndSetMethod · 0.85
SatMethod · 0.85
ann2bvalselFunction · 0.85
createBranchersMethod · 0.85
BoolValBranch i2bFunction · 0.85

Calls 1

BoolValBranchClass · 0.85

Tested by

no test coverage detected