scipopt / soplex

Sequential object-oriented simPlex
Other
59 stars 18 forks source link

README.md: quad is 128bit #11

Closed mkoeppe closed 6 months ago

leoneifler commented 1 year ago

The documentation is a bit misleading there. That line in the documentation is aiming at the preprocessor define WITH_LONG_DOUBLE which is indeed 80bit (but should not be calles quadprecisoin). You are right that quadprecision (which soplex also supports, i.e. by setting QUADMATH=on when compiling) is 128bit.

leoneifler commented 6 months ago

Cleaning up older things. I just opened an internal MR that corrects this and updates the README in general, which will appear here on GitHub in the coming days.

mkoeppe commented 6 months ago

'80bit extended ("quad")' also appears on https://soplex.zib.de/ and note the link to the 7.0.0 CHANGELOG is broken