| 197 | bool ProblemData::ClientGroup::empty() const { return clients_.empty(); } |
| 198 | |
| 199 | size_t ProblemData::ClientGroup::size() const { return clients_.size(); } |
| 200 | |
| 201 | std::vector<size_t>::const_iterator ProblemData::ClientGroup::begin() const |
| 202 | { |
no outgoing calls
no test coverage detected