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

Method permutation

examples/efpa.cpp:94–94  ·  view source on GitHub ↗

Whether to use permutation constraints. Only active if d=4

Source from the content-addressed store, hash-verified

92
93 /// Whether to use permutation constraints. Only active if d=4
94 bool permutation(void) const { return d() == 4 && _permutation.value(); }
95 /// Whether to use symmetry breaking.
96 bool symmetry(void) const { return _symmetry.value(); }
97};

Callers 1

EFPAMethod · 0.80

Calls 2

dFunction · 0.50
valueMethod · 0.45

Tested by

no test coverage detected