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

Method post

gecode/float/rel/lq-le.hpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template<class View>
51 ExecStatus
52 Lq<View>::post(Home home, View x0, View x1) {
53 GECODE_ME_CHECK(x0.lq(home,x1.max()));
54 GECODE_ME_CHECK(x1.gq(home,x0.min()));
55 if ((x0 != x1) && (x0.max() > x1.min()))
56 (void) new (home) Lq<View>(home,x0,x1);
57 return ES_OK;
58 }
59
60 template<class View>
61 forceinline

Callers

nothing calls this directly

Calls 12

postFunction · 0.50
rtest_lqFunction · 0.50
rtest_leFunction · 0.50
lqMethod · 0.45
maxMethod · 0.45
gqMethod · 0.45
minMethod · 0.45
assignedMethod · 0.45
oneMethod · 0.45
zeroMethod · 0.45
one_noneMethod · 0.45
zero_noneMethod · 0.45

Tested by

no test coverage detected