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

Method ExtractStepOption

gecode/driver.hh:813–814  ·  view source on GitHub ↗

Constructor that extracts the step value

Source from the content-addressed store, hash-verified

811 public:
812 /// Constructor that extracts the step value
813 ExtractStepOption(const Options& opt)
814 : BaseSpace(opt.step()) {}
815 /// Constructor used for cloning
816 ExtractStepOption(BaseSpace& e)
817 : BaseSpace(e) {}

Callers

nothing calls this directly

Calls 1

stepMethod · 0.45

Tested by

no test coverage detected