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

Function main

examples/crew.cpp:179–186  ·  view source on GitHub ↗

\brief Main-function * \relates Crew */

Source from the content-addressed store, hash-verified

177 * \relates Crew
178 */
179int
180main(int argc, char* argv[]) {
181 Options o("Crew");
182 o.iterations(100);
183 o.parse(argc,argv);
184 Script::run<Crew,DFS,Options>(o);
185 return 0;
186}
187
188namespace {
189

Callers

nothing calls this directly

Calls 2

iterationsMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected