Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ()
Method
operator ()
gecode/int/gcc/bnd-sup.hpp:207–210 ·
view source on GitHub ↗
Comparison
Source
from the content-addressed store, hash-verified
205
MinInc(const ViewArray<View>& x0) : x(x0) {}
206
/// Comparison
207
forceinline bool
208
operator ()(const int i, const int j) {
209
return x[i].min() < x[j].min();
210
}
211
};
212
213
Callers
nothing calls this directly
Calls
1
min
Method · 0.45
Tested by
no test coverage detected