MCPcopy Create free account
hub / github.com/Gecode/gecode / operator ()

Method operator ()

gecode/float/branch/merit.hpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 MeritMin::MeritMin(Space& home, MeritMin& m)
46 : MeritBase<FloatView,double>(home,m) {}
47 forceinline double
48 MeritMin::operator ()(const Space&, FloatView x, int) {
49 return x.min();
50 }
51
52 // Maximum merit
53 forceinline

Callers

nothing calls this directly

Calls 5

minMethod · 0.45
maxMethod · 0.45
sizeMethod · 0.45
degreeMethod · 0.45
afcMethod · 0.45

Tested by

no test coverage detected