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

Method output

gecode/flatzinc.hh:354–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 int seed(void) const { return _seed.value(); }
353 double step(void) const { return _step.value(); }
354 const char* output(void) const { return _output.value(); }
355
356 Gecode::ScriptMode mode(void) const {
357 return static_cast<Gecode::ScriptMode>(_mode.value());

Callers 1

mainFunction · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected