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
When testing the solver with ctest, I noticed some test fails on unverified asserts. Although not specified to potential users in README.md, compiling in release mode would increase runtime by skipping asserts: cmake -DCMAKE_BUILD_TYPE=Release [other_options] ..
The text was updated successfully, but these errors were encountered:
When testing the solver with ctest, I noticed some test fails on unverified asserts. Although not specified to potential users in README.md, compiling in release mode would increase runtime by skipping asserts:
cmake -DCMAKE_BUILD_TYPE=Release [other_options] ..
The text was updated successfully, but these errors were encountered: