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

Function operator !=

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

Source from the content-addressed store, hash-verified

602 }
603
604 BoolExpr
605 operator !=(const BoolExpr& l, const BoolExpr& r) {
606 return !BoolExpr(l, BoolExpr::NT_EQV, r);
607 }
608 BoolExpr
609 operator ==(const BoolExpr& l, const BoolExpr& r) {
610 return BoolExpr(l, BoolExpr::NT_EQV, r);

Callers

nothing calls this directly

Calls 1

BoolExprClass · 0.85

Tested by

no test coverage detected