Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator ==
Function
operator ==
gecode/minimodel/int-rel.cpp:42–45 ·
view source on GitHub ↗
* Construction of linear relations * */
Source
from the content-addressed store, hash-verified
40
*
41
*/
42
LinIntRel
43
operator ==(int l, const IntVar& r) {
44
return LinIntRel(l,IRT_EQ,r);
45
}
46
LinIntRel
47
operator ==(int l, const BoolVar& r) {
48
return LinIntRel(l,IRT_EQ,r);
Callers
nothing calls this directly
Calls
1
LinIntRel
Class · 0.85
Tested by
no test coverage detected