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

Method subsumed

test/float.cpp:440–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 bool
441 Test::subsumed(const TestSpace& ts) const {
442 if (!testsubsumed) return true;
443 if (const_cast<TestSpace&>(ts).propagators() == 0) return true;
444 if (assignmentType == EXTEND_ASSIGNMENT) return true;
445 return false;
446 }
447
448 /// Check the test result and handle failed test
449#define CHECK_TEST(T,M) \

Callers

nothing calls this directly

Calls 1

propagatorsMethod · 0.45

Tested by

no test coverage detected