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

Method expectedSolutions

test/ldsb.cpp:1468–1476  ·  view source on GitHub ↗

Compute list of expected solutions

Source from the content-addressed store, hash-verified

1466 }
1467 /// Compute list of expected solutions
1468 static std::vector<IntSetArgs> expectedSolutions(void) {
1469 static std::vector<IntSetArgs> expected;
1470 expected.clear();
1471 expected.push_back(ISA(4, 0,-1, 1,-1, 0,-1, 1,-1));
1472 expected.push_back(ISA(4, 0,-1, 1,-1, 1,-1, 0,-1));
1473 // expected.push_back(ISA(4, 1,-1, 0,-1, 0,-1, 1,-1));
1474 expected.push_back(ISA(4, 1,-1, 0,-1, 1,-1, 0,-1));
1475 return expected;
1476 }
1477 };
1478
1479 /// %Test for set variable sequence symmetry

Callers

nothing calls this directly

Calls 2

ISAFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected