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

Function BOOL_VAL_MAX

gecode/int/branch/val.hpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 inline BoolValBranch
135 BOOL_VAL_MAX(void) {
136 return BoolValBranch(BoolValBranch::SEL_MAX);
137 }
138
139 inline BoolValBranch
140 BOOL_VAL_RND(Rnd r) {

Callers 8

runMethod · 0.85
MineSweeperMethod · 0.85
NonogramMethod · 0.85
QueenArmiesMethod · 0.85
BishopsMethod · 0.85
OpenShopMethod · 0.85
ann2bvalselFunction · 0.85
BoolValBranch i2bFunction · 0.85

Calls 1

BoolValBranchClass · 0.85

Tested by

no test coverage detected