MCPcopy Create free account
hub / github.com/Gecode/gecode / dom

Function dom

gecode/set/dom.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace Gecode {
41
42 void
43 dom(Home home, SetVar s, SetRelType r, int i) {
44 Set::Limits::check(i, "Set::dom");
45 IntSet d(i,i);
46 dom(home, s, r, d);
47 }
48
49 void
50 dom(Home home, const SetVarArgs& s, SetRelType r, int i) {

Callers 15

relFunction · 0.70
TestSpaceMethod · 0.50
TestSpaceMethod · 0.50
SetTestSpaceMethod · 0.50
relMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50
postMethod · 0.50

Calls 15

checkFunction · 0.50
postFunction · 0.50
rangesMethod · 0.45
includeMethod · 0.45
minMethod · 0.45
maxMethod · 0.45
intersectMethod · 0.45
includeIMethod · 0.45
intersectIMethod · 0.45
excludeMethod · 0.45
excludeIMethod · 0.45
sizeMethod · 0.45

Tested by 2

TestSpaceMethod · 0.40
TestSpaceMethod · 0.40