You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.77 (2021-02-18):
- set_color and copy methods in the C++ API
- examples/enumerate.cc
- precise group size computation also without GNU GMP
- no more exit-causing "fatal_errors", instead a std::logic_error, std::out_of_range or std::bad_alloc is thrown
The text was updated successfully, but these errors were encountered:
Yes, we didn't patch the build system at all (we don't use bliss' build system), the patches are related to reducing memory allocations for the use case of a high volume of computations rather than a single long computation. They are in:
See https://users.aalto.fi/~tjunttil/bliss/download.html
The text was updated successfully, but these errors were encountered: