MCPcopy Create free account
hub / github.com/Gecode/gecode / SetTestSpace

Method SetTestSpace

test/branch.cpp:116–117  ·  view source on GitHub ↗

Initialize test space

Source from the content-addressed store, hash-verified

114 Gecode::SetVarArray x;
115 /// Initialize test space
116 SetTestSpace(int n, Gecode::IntSet& d)
117 : x(*this, n, Gecode::IntSet::empty, d) {}
118 /// Constructor for cloning \a s
119 SetTestSpace(SetTestSpace& s)
120 : Gecode::Space(s) {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected