Gecode::Driver Gecode::Driver::CombinedStop Gecode::Driver::EngineToMeta Gecode::Driver::BaseOption Gecode::Driver::StringValueOption Gecode::Driver::StringOption Gecode::Driver::IntOption Gecode::Driver::UnsignedIntOption Gecode::Driver::DoubleOption Gecode::Driver::BoolOption Gecode::Driver::ScriptBase GECODE_DRIVER_EXPORT void GECODE_DRIVER_EXPORT void Gecode::Driver::stop (Support::Timer &t, std::ostream &os) stop Support::Timer & t std::ostream & os Get time since start of timer and print user friendly time information. GECODE_DRIVER_EXPORT double GECODE_DRIVER_EXPORT double Gecode::Driver::am (double t[], int n) am double t [] int n Compute arithmetic mean of n elements in t. GECODE_DRIVER_EXPORT double GECODE_DRIVER_EXPORT double Gecode::Driver::dev (double t[], int n) dev double t [] int n Compute deviation of n elements in t. class Options Search::Cutoff * Search::Cutoff* Gecode::Driver::createCutoff (const Options &o) createCutoff const Options & o Create cutoff object from options. Script commandline driver. The Gecode::Driver namespace contains support for passing common commandline options and for scripts that use the commandline options.