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

Function INT_VAL_RANGE_MIN

gecode/int/branch/val.hpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 inline IntValBranch
85 INT_VAL_RANGE_MIN(void) {
86 return IntValBranch(IntValBranch::SEL_RANGE_MIN);
87 }
88
89 inline IntValBranch
90 INT_VAL_RANGE_MAX(void) {

Callers 1

runMethod · 0.85

Calls 1

IntValBranchClass · 0.85

Tested by

no test coverage detected