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

Function rel

gecode/minimodel/bool-expr.cpp:637–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635 }
636
637 void
638 rel(Home home, const BoolExpr& e, const IntPropLevels& ipls) {
639 GECODE_POST;
640 e.rel(home,ipls);
641 }
642
643 /*
644 * Boolean element constraints

Callers 13

resultMethod · 0.70
lexFunction · 0.70
channelFunction · 0.70
postFunction · 0.70
constrainMethod · 0.70
postMethod · 0.70
postFunction · 0.70
postMethod · 0.70
postFunction · 0.70
channelFunction · 0.70
exprMethod · 0.70
relMethod · 0.70

Calls 1

relMethod · 0.45

Tested by

no test coverage detected