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

Method expectedSolutions

test/ldsb.cpp:296–301  ·  view source on GitHub ↗

Compute list of expected solutions

Source from the content-addressed store, hash-verified

294 }
295 /// Compute list of expected solutions
296 static std::vector<IntArgs> expectedSolutions(void) {
297 static std::vector<IntArgs> expected;
298 expected.clear();
299 expected.push_back(IntArgs({0,1,2,3}));
300 return expected;
301 }
302 };
303
304 /// %Test for variable symmetry

Callers

nothing calls this directly

Calls 2

IntArgsClass · 0.50
clearMethod · 0.45

Tested by

no test coverage detected