Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ TestSpace
Method
TestSpace
test/afc.cpp:51–51 ·
view source on GitHub ↗
Constructor for creation
Source
from the content-addressed store, hash-verified
49
public:
50
/// Constructor for creation
51
TestSpace(void) : x(*this,0,10), y(*this,0,10) {}
52
/// Constructor for cloning \a s
53
TestSpace(TestSpace& s) : Space(s) {
54
x.update(*this,s.x);
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected