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

Function post

gecode/int/linear/bool-post.cpp:588–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586
587
588 void
589 post(Home home,
590 Term<BoolView>* t, int n, IntRelType irt, IntView x, int c,
591 IntPropLevel) {
592 post_all(home,t,n,irt,x,c);
593 }
594
595 void
596 post(Home home,

Callers 3

post_pos_unitFunction · 0.70
post_neg_unitFunction · 0.70
post_mixedFunction · 0.70

Calls 15

post_allFunction · 0.85
floor_div_xpFunction · 0.85
ceil_div_xpFunction · 0.85
post_pos_unitFunction · 0.85
post_neg_unitFunction · 0.85
estimateFunction · 0.70
eliminateFunction · 0.70
rewriteFunction · 0.70
relFunction · 0.50
negFunction · 0.50
checkFunction · 0.50
BoolViewClass · 0.50

Tested by

no test coverage detected