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

Method expectedSolutions

test/ldsb.cpp:745–753  ·  view source on GitHub ↗

Compute list of expected solutions

Source from the content-addressed store, hash-verified

743 }
744 /// Compute list of expected solutions
745 static std::vector<IntArgs> expectedSolutions(void) {
746 static std::vector<IntArgs> expected;
747 expected.clear();
748 expected.push_back(IntArgs({0,0,3, 1,0,2, 2,0,1, 3,0,0}));
749 expected.push_back(IntArgs({0,0,3, 1,1,1, 2,0,1, 3,0,0}));
750 expected.push_back(IntArgs({0,1,2, 1,0,2, 2,0,1, 3,0,0}));
751 expected.push_back(IntArgs({0,1,2, 1,1,1, 2,0,1, 3,0,0}));
752 return expected;
753 }
754 };
755
756 /// %Test for value sequence symmetry

Callers

nothing calls this directly

Calls 2

IntArgsClass · 0.50
clearMethod · 0.45

Tested by

no test coverage detected