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

Function main

examples/cartesian-heart.cpp:108–115  ·  view source on GitHub ↗

\brief Main-function * \relates CartesianHeart */

Source from the content-addressed store, hash-verified

106 * \relates CartesianHeart
107 */
108int main(int argc, char* argv[]) {
109 Options opt("CartesianHeart");
110 opt.solutions(0);
111 opt.step(0.01);
112 opt.parse(argc,argv);
113 Script::run<CartesianHeart,BAB,Options>(opt);
114 return 0;
115}
116
117// 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