Compute list of expected solutions
| 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 |