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

Method val

gecode/int/branch/val-sel.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 : ValSel<View,int>(home,vs) {}
45 template<class View>
46 forceinline int
47 ValSelMin<View>::val(const Space&, View x, int) {
48 return x.min();
49 }
50
51 template<class View>
52 forceinline

Callers 6

propagateMethod · 0.45
postMethod · 0.45
resubscribeMethod · 0.45
commitMethod · 0.45
printMethod · 0.45
statusMethod · 0.45

Calls 8

rFunction · 0.85
iFunction · 0.50
minMethod · 0.45
maxMethod · 0.45
medMethod · 0.45
widthMethod · 0.45
sizeMethod · 0.45
rangeMethod · 0.45

Tested by

no test coverage detected