| 140 | double max_constraint() const { return max_val_; } |
| 141 | |
| 142 | double min_constraint() const { return min_val_; } |
| 143 | |
| 144 | /*! \brief Get indices of data of current leaf */ |
| 145 | const data_size_t* data_indices() const { return data_indices_; } |
no outgoing calls
no test coverage detected