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