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

Function BOOL_ASSIGN_MIN

gecode/int/branch/assign.hpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98
99 inline BoolAssign
100 BOOL_ASSIGN_MIN(void) {
101 return BoolAssign(BoolAssign::SEL_MIN);
102 }
103
104 inline BoolAssign
105 BOOL_ASSIGN_MAX(void) {

Callers 2

runMethod · 0.85
ann2asnbvalselFunction · 0.85

Calls 1

BoolAssignClass · 0.85

Tested by

no test coverage detected