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

Function main

examples/golden-spiral.cpp:122–129  ·  view source on GitHub ↗

\brief Main-function * \relates GoldenSpiral */

Source from the content-addressed store, hash-verified

120 * \relates GoldenSpiral
121 */
122int main(int argc, char* argv[]) {
123 Options opt("GoldenSpiral");
124 opt.solutions(0);
125 opt.step(0.1);
126 opt.parse(argc,argv);
127 FloatMaximizeScript::run<GoldenSpiral,BAB,Options>(opt);
128 return 0;
129}
130
131// 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