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

Function rel

gecode/set/int.hpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace Gecode {
35
36 forceinline void
37 rel(Home home, IntVar x, IntRelType rt, SetVar s) {
38 rel(home, s, swap(rt), x);
39 }
40
41 forceinline void
42 rel(Home home, IntVar x, IntRelType rt, SetVar s, Reify r) {

Callers 15

cardinalityFunction · 0.70
dropUntilMethod · 0.50
relMethod · 0.50
assignMethod · 0.50
boundMethod · 0.50
cutMethod · 0.50
pruneMethod · 0.50
relMethod · 0.50
assignMethod · 0.50
boundMethod · 0.50
pruneMethod · 0.50
disabledMethod · 0.50

Calls

no outgoing calls

Tested by 1

mainFunction · 0.40