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

Method operator ()

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 7

minMethod · 0.45
maxMethod · 0.45
sizeMethod · 0.45
degreeMethod · 0.45
afcMethod · 0.45
regret_minMethod · 0.45
regret_maxMethod · 0.45

Tested by

no test coverage detected