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

Method post

gecode/set/rel/subset.hpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 template<class View0, class View1>
55 ExecStatus Subset<View0,View1>::post(Home home, View0 x, View1 y) {
56 if (!same(x,y))
57 (void) new (home) Subset(home,x,y);
58 return ES_OK;
59 }
60
61 template<class View0, class View1>
62 Actor*

Callers

nothing calls this directly

Calls 1

sameFunction · 0.70

Tested by

no test coverage detected