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

Method post

gecode/int/bool/or.hpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 template<class BV>
65 forceinline ExecStatus
66 OrTrueSubsumed<BV>::post(Home home, BV b0, BV b1) {
67 (void) new (home) OrTrueSubsumed(home,b0,b1);
68 return ES_OK;
69 }
70
71 template<class BV>
72 forceinline

Callers

nothing calls this directly

Calls 9

bool_testFunction · 0.85
postFunction · 0.50
sharedFunction · 0.50
oneMethod · 0.45
zeroMethod · 0.45
sizeMethod · 0.45
move_lstMethod · 0.45
one_noneMethod · 0.45
zero_noneMethod · 0.45

Tested by

no test coverage detected