I am using the lpsolve55 library in python to find some linear programming solutions. The input data that is loaded needs to have up to 14 digits accuracy, but when the lp solver writes the problem to a file the accuracy is only 11 digits. How can I increase the accuracy?
11 digit accuracy in the output file real accuracy of 14 digits