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

Function expr

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

* Posting Boolean expressions and relations * */

Source from the content-addressed store, hash-verified

626 *
627 */
628 BoolVar
629 expr(Home home, const BoolExpr& e, const IntPropLevels& ipls) {
630 PostInfo pi(home);
631 if (!home.failed())
632 return e.expr(home,ipls);
633 BoolVar x(home,0,1);
634 return x;
635 }
636
637 void
638 rel(Home home, const BoolExpr& e, const IntPropLevels& ipls) {

Callers 2

postMethod · 0.70
relMethod · 0.70

Calls 2

exprMethod · 0.80
failedMethod · 0.45

Tested by

no test coverage detected