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

Method expectedSolutions

test/ldsb.cpp:1436–1445  ·  view source on GitHub ↗

Compute list of expected solutions

Source from the content-addressed store, hash-verified

1434 }
1435 /// Compute list of expected solutions
1436 static std::vector<IntSetArgs> expectedSolutions(void) {
1437 static std::vector<IntSetArgs> expected;
1438 expected.clear();
1439 expected.push_back(ISA(3, 1,-1, 1,-1, 1,-1));
1440 expected.push_back(ISA(3, 1,-1, 1,-1, 2,-1));
1441 expected.push_back(ISA(3, 1,-1, 2,-1, 1,-1));
1442 expected.push_back(ISA(3, 1,-1, 2,-1, 2,-1));
1443 expected.push_back(ISA(3, 1,-1, 2,-1, 3,-1));
1444 return expected;
1445 }
1446 };
1447
1448 /// %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