MCPcopy Create free account
hub / github.com/Gecode/gecode / operator &&

Function operator &&

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

Source from the content-addressed store, hash-verified

584
585
586 BoolExpr
587 operator &&(const BoolExpr& l, const BoolExpr& r) {
588 return BoolExpr(l,BoolExpr::NT_AND,r);
589 }
590 BoolExpr
591 operator ||(const BoolExpr& l, const BoolExpr& r) {
592 return BoolExpr(l,BoolExpr::NT_OR,r);

Callers

nothing calls this directly

Calls 1

BoolExprClass · 0.85

Tested by

no test coverage detected