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

Function main

examples/golomb-ruler.cpp:128–138  ·  view source on GitHub ↗

\brief Main-function * \relates GolombRuler */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

solutionsMethod · 0.45
sizeMethod · 0.45
iplMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected