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

Function main

examples/archimedean-spiral.cpp:114–121  ·  view source on GitHub ↗

\brief Main-function * \relates ArchimedeanSpiral */

Source from the content-addressed store, hash-verified

112 * \relates ArchimedeanSpiral
113 */
114int main(int argc, char* argv[]) {
115 Options opt("ArchimedeanSpiral");
116 opt.solutions(0);
117 opt.step(0.1);
118 opt.parse(argc,argv);
119 FloatMaximizeScript::run<ArchimedeanSpiral,BAB,Options>(opt);
120 return 0;
121}
122
123// STATISTICS: example-any

Callers

nothing calls this directly

Calls 3

solutionsMethod · 0.45
stepMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected