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

Function main

examples/hamming.cpp:136–142  ·  view source on GitHub ↗

\brief Main-function * \relates Hamming */

Source from the content-addressed store, hash-verified

134 * \relates Hamming
135 */
136int
137main(int argc, char* argv[]) {
138 HammingOptions opt("Hamming",20,3,32);
139 opt.parse(argc,argv);
140 Script::run<Hamming,DFS,HammingOptions>(opt);
141 return 0;
142}
143
144
145// STATISTICS: example-any

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected