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

Method post

gecode/set/rel/re-eq.hpp:85–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 template<class View0, class View1, class CtrlView, ReifyMode rm>
85 ExecStatus
86 ReEq<View0,View1,CtrlView,rm>::post(Home home, View0 x0, View1 x1,
87 CtrlView b) {
88 if (!same(x0,x1)) {
89 (void) new (home) ReEq<View0,View1,CtrlView,rm>(home,x0,x1,b);
90 } else if (rm != RM_IMP) {
91 GECODE_ME_CHECK(b.one(home));
92 }
93 return ES_OK;
94 }
95
96 template<class View0, class View1, class CtrlView, ReifyMode rm>
97 Actor*

Callers

nothing calls this directly

Calls 2

sameFunction · 0.70
oneMethod · 0.45

Tested by

no test coverage detected