| 342 | |
| 343 | int solutions(void) const { return _solutions.value(); } |
| 344 | bool allSolutions(void) const { return _allSolutions.value(); } |
| 345 | double threads(void) const { return _threads.value(); } |
| 346 | bool free(void) const { return _free.value(); } |
| 347 | unsigned int c_d(void) const { return _c_d.value(); } |