Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ val
Method
val
examples/qcp.cpp:127–130 ·
view source on GitHub ↗
Return value at position \a i and \j
Source
from the content-addressed store, hash-verified
125
}
126
/// Return value at position \a i and \j
127
int val(int i, int j) const {
128
assert(assigned(i,j));
129
return info(i,j) - 1;
130
}
131
};
132
133
}
Callers
15
solve
Function · 0.45
QCP
Method · 0.45
print
Method · 0.45
print
Method · 0.45
status
Method · 0.45
choice
Method · 0.45
KnightsReified
Method · 0.45
inspect
Method · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
print
Method · 0.45
Calls
1
assigned
Function · 0.85
Tested by
no test coverage detected