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

Function INT_ASSIGN_MAX

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

Source from the content-addressed store, hash-verified

62 }
63
64 inline IntAssign
65 INT_ASSIGN_MAX(void) {
66 return IntAssign(IntAssign::SEL_MAX);
67 }
68
69 inline IntAssign
70 INT_ASSIGN_RND(Rnd r) {

Callers 2

runMethod · 0.85
ann2asnivalselFunction · 0.85

Calls 1

IntAssignClass · 0.85

Tested by

no test coverage detected