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

Method expectedSolutions

test/ldsb.cpp:271–276  ·  view source on GitHub ↗

Compute list of expected solutions

Source from the content-addressed store, hash-verified

269 }
270 /// Compute list of expected solutions
271 static std::vector<IntArgs> expectedSolutions(void) {
272 static std::vector<IntArgs> expected;
273 expected.clear();
274 expected.push_back(IntArgs({0,1,2,3}));
275 return expected;
276 }
277 };
278
279 /// %Test for variable symmetry

Callers

nothing calls this directly

Calls 2

IntArgsClass · 0.50
clearMethod · 0.45

Tested by

no test coverage detected