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

Method IntTestSpace

test/branch.cpp:75–78  ·  view source on GitHub ↗

Initialize test space

Source from the content-addressed store, hash-verified

73 Gecode::IntValBranch val;
74 /// Initialize test space
75 IntTestSpace(int n, Gecode::IntSet& d)
76 : x(*this, n, d),
77 vara(Gecode::INT_VAR_NONE()), varb(Gecode::INT_VAR_NONE()),
78 val(Gecode::INT_VAL_MIN()) {}
79 /// Constructor for cloning \a s
80 IntTestSpace(IntTestSpace& s)
81 : Gecode::Space(s), vara(s.vara), varb(s.varb), val(s.val) {

Callers

nothing calls this directly

Calls 3

INT_VAR_NONEFunction · 0.85
INT_VAL_MINFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected