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

Function main

examples/ind-set.cpp:129–138  ·  view source on GitHub ↗

\brief Main-function * \relates IndSet */

Source from the content-addressed store, hash-verified

127 * \relates IndSet
128 */
129int
130main(int argc, char* argv[]) {
131 SizeOptions opt("IndSet");
132 opt.solutions(0);
133 opt.size(1);
134 opt.iterations(2000);
135 opt.parse(argc,argv);
136 IntMaximizeScript::run<IndSet,BAB,SizeOptions>(opt);
137 return 0;
138}
139
140// STATISTICS: example-any
141

Callers

nothing calls this directly

Calls 4

iterationsMethod · 0.80
solutionsMethod · 0.45
sizeMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected