\brief Main-function * \relates IndSet */
| 127 | * \relates IndSet |
| 128 | */ |
| 129 | int |
| 130 | main(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 |
nothing calls this directly
no test coverage detected