ecole icon indicating copy to clipboard operation
ecole copied to clipboard

Update count_sum in math.hpp

Open SelinBayramoglu opened this issue 8 months ago • 0 comments

In count_sum function, fixed the order of return types:

std::pair<U, std::size_t> to std::pair<std::size_t, U>

SelinBayramoglu avatar Feb 13 '25 19:02 SelinBayramoglu