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

Method val

gecode/set/branch/val-sel.hpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 ValSelMin::ValSelMin(Space& home, ValSelMin& vs)
47 : ValSel<SetView,int>(home,vs) {}
48 forceinline int
49 ValSelMin::val(const Space&, SetView x, int) {
50 UnknownRanges<SetView> u(x);
51 return u.min();
52 }
53
54 forceinline
55 ValSelMax::ValSelMax(Space& home, const ValBranch<Var>& vb)

Callers

nothing calls this directly

Calls 6

rFunction · 0.85
sizeFunction · 0.50
iFunction · 0.50
minMethod · 0.45
maxMethod · 0.45
widthMethod · 0.45

Tested by

no test coverage detected