\brief Main-function * \relates DescartesFolium */
| 115 | * \relates DescartesFolium |
| 116 | */ |
| 117 | int 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 |