| 6095 | constexpr std::size_t fail_period_write_back_k = 23; |
| 6096 | |
| 6097 | double get_max_value(std::vector<double> const &v) noexcept { return *(std::max_element(std::begin(v), std::end(v))); } |
| 6098 | |
| 6099 | static std::string read_integer_from_file_or_throw( // |
| 6100 | [[maybe_unused]] std::string const &filename, std::size_t iteration_index) noexcept(false) { |
nothing calls this directly
no outgoing calls
no test coverage detected