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

Method setup

test/ldsb.cpp:314–319  ·  view source on GitHub ↗

Setup problem constraints and symmetries

Source from the content-addressed store, hash-verified

312 static const int u = 3;
313 /// Setup problem constraints and symmetries
314 static void setup(Home home, IntVarArray& xs) {
315 Symmetries syms;
316 IntArgs indices({0,1,2,3});
317 syms << VariableSymmetry(xs);
318 branch(home, xs, INT_VAR_NONE(), INT_VAL_MIN(), syms);
319 }
320 /// Compute list of expected solutions
321 static std::vector<IntArgs> expectedSolutions(void) {
322 static std::vector<IntArgs> expected;

Callers

nothing calls this directly

Calls 4

INT_VAR_NONEFunction · 0.85
INT_VAL_MINFunction · 0.85
VariableSymmetryFunction · 0.50
branchFunction · 0.50

Tested by

no test coverage detected