Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
min
Method · 0.45
max
Method · 0.45
size
Method · 0.45
degree
Method · 0.45
afc
Method · 0.45
Tested by
no test coverage detected