Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Function
max
gecode/set/int.cpp:260–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
void
261
max(Home home, SetVar s, IntVar x) {
262
GECODE_POST;
263
GECODE_ES_FAIL(Set::Int::MaxElement<Set::SetView>::post(home,s,x));
264
}
265
266
void
267
notMax(Home home, SetVar s, IntVar x) {
Callers
15
remax
Function · 0.70
post
Method · 0.50
solution
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
post
Method · 0.50
solution
Method · 0.50
post
Method · 0.50
Calls
3
post
Function · 0.50
mode
Method · 0.45
var
Method · 0.45
Tested by
no test coverage detected