Get tree index * @return Index */
| 167 | * @return Index |
| 168 | */ |
| 169 | Index index() const |
| 170 | { |
| 171 | return std::make_tuple(_heuristic_type, _ip_target, _data_type); |
| 172 | } |
| 173 | |
| 174 | /** Check if tree is valid |
| 175 | * @return bool |
no outgoing calls
no test coverage detected