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

Method failed

test/int.cpp:156–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 bool
157 TestSpace::failed(void) {
158 if (opt.log) {
159 olog << ind(3) << "Fixpoint: " << x;
160 bool f=(status() == Gecode::SS_FAILED);
161 olog << std::endl << ind(3) << " --> " << x << std::endl;
162 return f;
163 } else {
164 return status() == Gecode::SS_FAILED;
165 }
166 }
167
168 int
169 TestSpace::rndvar(Gecode::Support::RandomGenerator& rand) {

Callers 10

pruneMethod · 0.45
disabledMethod · 0.45
runMethod · 0.45
branchMethod · 0.45
qrelFunction · 0.45
qclauseFunction · 0.45
unwindMethod · 0.45
nextMethod · 0.45
myAntidom_intFunction · 0.45
myAntidom_boolFunction · 0.45

Calls 1

indClass · 0.85

Tested by

no test coverage detected