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

Method symmetry

gecode/driver/options.hpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 inline void
219 Options::symmetry(int v) {
220 _symmetry.value(v);
221 }
222 inline void
223 Options::symmetry(int v, const char* o, const char* h) {
224 _symmetry.add(v,o,h);

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected