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

Method var

gecode/int/reify.hpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 Reify::Reify(void)
43 : rm(RM_EQV) {}
44 forceinline
45 Reify::Reify(BoolVar x0, ReifyMode rm0)
46 : x(x0), rm(rm0) {}
47 forceinline BoolVar
48 Reify::var(void) const {
49 return x;
50 }
51 forceinline void
52 Reify::var(BoolVar x0) {
53 x = x0;

Callers 15

TestSpaceMethod · 0.45
relMethod · 0.45
pruneMethod · 0.45
runMethod · 0.45
TestSpaceMethod · 0.45
relMethod · 0.45
pruneMethod · 0.45
disabledMethod · 0.45
runMethod · 0.45
SetTestSpaceMethod · 0.45
relMethod · 0.45
fixprobMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestSpaceMethod · 0.36
TestSpaceMethod · 0.36