optimization2 -- 2

Job ID: 36763275

Budget: $10 – $30 USD

Project number 1
Option number 1
You are required to convert the code of the "Simplex" program, specifically the "best improvement" version, so that instead of performing calculations using double precision, they will be implemented using a LARGENUMBER represented by the "largenumbers.h" routines provided with the project.
This must be a direct modification of the code of the "Simplex" program available on the link.
The largenumbers code allows working with precision of at least 120 decimal digits compared to approximately 15 digits in double precision.
in this link you can see the files of the best improvment:
https://math.haifa.ac.il/ronn/optimization/best_improvement/
Related categories: C Programming Algorithm Mathematics