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

Function INT_VAL_MAX

gecode/int/branch/val.hpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 inline IntValBranch
65 INT_VAL_MAX(void) {
66 return IntValBranch(IntValBranch::SEL_MAX);
67 }
68
69 inline IntValBranch
70 INT_VAL_RND(Rnd r) {

Callers 9

CreateMethod · 0.85
setupMethod · 0.85
runMethod · 0.85
DominatingQueensMethod · 0.85
LangfordNumberMethod · 0.85
MagicSequenceMethod · 0.85
DonaldMethod · 0.85
ann2ivalselFunction · 0.85
createBranchersMethod · 0.85

Calls 1

IntValBranchClass · 0.85

Tested by

no test coverage detected