Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ^
Function
operator ^
gecode/minimodel/bool-expr.cpp:594–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
return BoolExpr(l,BoolExpr::NT_OR,r);
593
}
594
BoolExpr
595
operator ^(const BoolExpr& l, const BoolExpr& r) {
596
return BoolExpr(BoolExpr(l,BoolExpr::NT_EQV,r),BoolExpr::NT_NOT);
597
}
598
599
BoolExpr
600
operator !(const BoolExpr& e) {
Callers
nothing calls this directly
Calls
1
BoolExpr
Class · 0.85
Tested by
no test coverage detected