Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ OneArray
Method
OneArray
test/ldsb.cpp:145–146 ·
view source on GitHub ↗
Constructor for creation
Source
from the content-addressed store, hash-verified
143
IntVarArray xs;
144
/// Constructor for creation
145
OneArray(int n, int l, int u) : xs(*this,n,l,u) {
146
}
147
/// Constructor for cloning \a s
148
OneArray(OneArray& s) : Space(s) {
149
xs.update(*this,s.xs);
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected