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

Method failed

test/set.cpp:182–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 bool
183 SetTestSpace::failed(void) {
184 if (opt.log) {
185 olog << ind(3) << "Fixpoint: x[]=" << x
186 << " y[]=" << y << std::endl;
187 bool f=(status() == Gecode::SS_FAILED);
188 olog << ind(3) << " --> x[]=" << x
189 << " y[]=" << y << std::endl;
190 return f;
191 } else {
192 return status() == Gecode::SS_FAILED;
193 }
194 }
195
196 bool
197 SetTestSpace::subsumed(bool b) {

Callers 3

fixprobMethod · 0.45
sameMethod · 0.45
runMethod · 0.45

Calls 1

indClass · 0.85

Tested by

no test coverage detected