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

Function main

examples/descartes-folium.cpp:117–124  ·  view source on GitHub ↗

\brief Main-function * \relates DescartesFolium */

Source from the content-addressed store, hash-verified

115 * \relates DescartesFolium
116 */
117int main(int argc, char* argv[]) {
118 Options opt("DescartesFolium");
119 opt.solutions(0);
120 opt.step(0.1);
121 opt.parse(argc,argv);
122 FloatMaximizeScript::run<DescartesFolium,BAB,Options>(opt);
123 return 0;
124}
125
126// STATISTICS: example-any

Callers

nothing calls this directly

Calls 3

solutionsMethod · 0.45
stepMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected