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

Function main

contribs/quacode/examples/connect-four.cpp:577–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575const int ConnectFourAllState::Nil;
576
577int main(int argc, char* argv[])
578{
579
580 ConnectFourOptions opt("QCSP Connect-Four-Game");
581 opt.parse(argc,argv);
582 Script::run<ConnectFourAllState,QDFS,ConnectFourOptions>(opt);
583
584 return 0;
585}

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected