Return the number of variables which are currently considered in this solution. @return
()
| 343 | * @return |
| 344 | */ |
| 345 | public int size(); |
| 346 | |
| 347 | /** |
| 348 | * Check whether a given solution is fully satisfied or not. In short, whether |
no outgoing calls
no test coverage detected