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

Function BOOL_ASSIGN_MAX

gecode/int/branch/assign.hpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 inline BoolAssign
105 BOOL_ASSIGN_MAX(void) {
106 return BoolAssign(BoolAssign::SEL_MAX);
107 }
108
109 inline BoolAssign
110 BOOL_ASSIGN_RND(Rnd r) {

Callers 3

runMethod · 0.85
QueenArmiesMethod · 0.85
ann2asnbvalselFunction · 0.85

Calls 1

BoolAssignClass · 0.85

Tested by

no test coverage detected