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

Function main

contribs/quacode/examples/matrix-game.cpp:199–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197};
198
199int main(int argc, char* argv[])
200{
201
202 MatrixGameOptions opt("QCSP Matrix-Game",5,false);
203 opt.parse(argc,argv);
204 Script::run<QCSPMatrixGame,QDFS,MatrixGameOptions>(opt);
205
206 return 0;
207}

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected