In 64a0671, test_simplex produces an execution error when libSapo is compiled by g++.
This is due to a bug in the FloatingPoints module related to the g++ compilation. The very same code is properly compiled by clang and the produced executable does not generate any issues.
In 64a0671,
test_simplexproduces an execution error whenlibSapois compiled by g++.This is due to a bug in the
FloatingPointsmodule related to the g++ compilation. The very same code is properly compiled byclangand the produced executable does not generate any issues.