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

Function post_compl

gecode/set/rel-op/post-compl.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40namespace Gecode { namespace Set { namespace RelOp {
41
42 void
43 post_compl(Home home, SetView x, SetOpType op, SetView y, SetView z) {
44 ComplementView<SetView> cz(z);
45 rel_eq<SetView,SetView,ComplementView<SetView> >(home, x, op, y, cz);
46 }
47
48}}}
49

Callers 4

relFunction · 0.50
relFunction · 0.50
relFunction · 0.50
relFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected