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

Function SET_ASSIGN_MIN_INC

gecode/set/branch/assign.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54 inline SetAssign
55 SET_ASSIGN_MIN_INC(void) {
56 return SetAssign(SetAssign::SEL_MIN_INC);
57 }
58
59 inline SetAssign
60 SET_ASSIGN_MIN_EXC(void) {

Callers 1

runMethod · 0.85

Calls 1

SetAssignClass · 0.85

Tested by

no test coverage detected