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

Method FloatTestSpace

test/branch.cpp:137–138  ·  view source on GitHub ↗

Initialize test space

Source from the content-addressed store, hash-verified

135 Gecode::FloatVarArray x;
136 /// Initialize test space
137 FloatTestSpace(int n, Gecode::FloatVal& d)
138 : x(*this, n, d.min(), d.max()) {}
139 /// Constructor for cloning \a s
140 FloatTestSpace(FloatTestSpace& s)
141 : Gecode::Space(s) {

Callers

nothing calls this directly

Calls 3

minMethod · 0.45
maxMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected