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

Function INT_ASSIGN_MIN

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

Source from the content-addressed store, hash-verified

52
53
54 inline IntAssign
55 INT_ASSIGN_MIN(void) {
56 return IntAssign(IntAssign::SEL_MIN);
57 }
58
59 inline IntAssign
60 INT_ASSIGN_MED(void) {

Callers 9

QueensMethod · 0.85
HammingMethod · 0.85
branchMethod · 0.85
runMethod · 0.85
branchMethod · 0.85
JobShopSolveMethod · 0.85
MultiBinPackingMethod · 0.85
OpenShopMethod · 0.85
ann2asnivalselFunction · 0.85

Calls 1

IntAssignClass · 0.85

Tested by

no test coverage detected