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

Function main

examples/grocery.cpp:103–110  ·  view source on GitHub ↗

\brief Main-function * \relates Grocery */

Source from the content-addressed store, hash-verified

101 * \relates Grocery
102 */
103int
104main(int argc, char* argv[]) {
105 Options opt("Grocery");
106 opt.iterations(20);
107 opt.parse(argc,argv);
108 Script::run<Grocery,DFS,Options>(opt);
109 return 0;
110}
111
112// STATISTICS: example-any
113

Callers

nothing calls this directly

Calls 2

iterationsMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected