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

Function rel

gecode/set/rel-op-ternary.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 using namespace Gecode::Set::RelOp;
43
44 void
45 rel(Home home, SetVar x, SetOpType op, SetVar y, SetRelType r, SetVar z) {
46 GECODE_POST;
47 if (r == SRT_CMPL) {
48 post_compl(home, x, op, y, z);
49 } else {
50 post_nocompl(home, x, op, y, r, z);
51 }
52 }
53
54}
55

Callers

nothing calls this directly

Calls 2

post_complFunction · 0.50
post_nocomplFunction · 0.50

Tested by

no test coverage detected