| 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> |
nothing calls this directly
no test coverage detected