Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator !=
Function
operator !=
gecode/minimodel/int-rel.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
LinIntRel
104
operator !=(int l, const IntVar& r) {
105
return LinIntRel(l,IRT_NQ,r);
106
}
107
LinIntRel
108
operator !=(int l, const BoolVar& r) {
109
return LinIntRel(l,IRT_NQ,r);
Callers
nothing calls this directly
Calls
1
LinIntRel
Class · 0.85
Tested by
no test coverage detected