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

Method BoolTestSpace

test/branch.cpp:96–97  ·  view source on GitHub ↗

Initialize test space

Source from the content-addressed store, hash-verified

94 Gecode::BoolVarArray x;
95 /// Initialize test space
96 BoolTestSpace(int n)
97 : x(*this, n, 0, 1) {}
98 /// Constructor for cloning \a s
99 BoolTestSpace(BoolTestSpace& s)
100 : Gecode::Space(s) {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected