-
Notifications
You must be signed in to change notification settings - Fork 3
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
LP and QP solvers #2
Comments
I don't have any experience with them. On Mon, Oct 27, 2014 at 7:26 AM, Jianbo Ye notifications@github.com wrote:
|
Let's do mosek. |
both mosek and gurobi have supports for LP warm-start with simplex method, but don't support warm-start interior point (for many algorithmic reasons). Warm-start QP can only work with active-set methods and variants, but active-set may suffer from scalability. |
mosek comes with fast Simplex solver for transportation problem |
removed try caching the LP solution for hot-start [descent method] |
Any suggestions about the use of LP and QP solver? Here is a list for consideration:
I don't know exactly about their strength and weakness. I think mosek can be fast.
Any comments?
The text was updated successfully, but these errors were encountered: