Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ space
Method
space
contribs/qecode/QCOPPlus.cc:127–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
MySpace* Qcop::space() {
128
if (currentDeclareSpace<nbSpaces)
129
return rules[currentDeclareSpace];
130
if (currentDeclareSpace==nbSpaces)
131
return goal;
132
return NULL;
133
}
134
135
136
IntVar Qcop::var(int n) {
Callers
6
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36