-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
EHN: Add Numba-jitted linprog solver #532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@oyamad I've updated the default Summarizing the motivation behind this choice, the recommendation in Linear Programming Computation is the following: fea_tol = 1e-6 Based on the experiments on the Netlib problems, the choice of As a compromise between these experiments and the book's recommendation, we can set the default values to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me.
Co-authored-by: Quentin Batista <quentin.batista@mail.mcgill.ca>
Supercedes #413