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

Function main

examples/dominating-queens.cpp:156–164  ·  view source on GitHub ↗

\brief Main-function * \relates DominatingQueens */

Source from the content-addressed store, hash-verified

154 * \relates DominatingQueens
155 */
156int
157main(int argc, char* argv[]) {
158 SizeOptions opt("DominatingQueens");
159 opt.size(7);
160 opt.solutions(0);
161 opt.parse(argc,argv);
162 IntMinimizeScript::run<DominatingQueens,BAB,SizeOptions>(opt);
163 return 0;
164}
165
166// STATISTICS: example-any
167

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
solutionsMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected