-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
InteractiveLPBackend: Use standard-form transformation, objective_constant_term, change default base_ring to QQ #20413
Comments
comment:2
Branch is on top of #20311 Last 10 new commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Out of curiosity - how does timing of interactive backend compares with "normal solvers" on "interesting problems"?-) Presumably most of the time is spent on typesetting, but other solvers may have some setup overhead which is significant in small cases. Also you have used revised dictionaries - are there any benefits to them in this implementation? (It seemed to me that no, the first problem of https://sage373.math.ualberta.ca/home/pub/32/ ) |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
I have not done any benchmarking, neither with real solvers, nor between your two dictionary implementations. This could be a nice class project. I wrote |
comment:8
At the moment,
|
comment:9
(The change of the default base ring will be on a different ticket; because first #20415 needs to be done.) |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:11
Rebased on top of 7.2.beta4, which merged #20415. Made the change to a better (much faster) default Needs review. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:13
Corrected the title/description -- this ticket is about the MIP backend using the interactive simplex method. |
comment:14
looks good. |
Reviewer: Dima Pasechnik |
Changed branch from u/mkoeppe/fx_with_new_interactive_simplex_objshift to |
Follow-up on #20296, #20311, #20301.
Updating
InteractiveLPBackend
to:objective_constant_term
handling inInteractiveLPProblem
base_ring
to QQ -- a much saner default because it's so much fasterDepends on #20296
Depends on #20311
Depends on #20301
CC: @novoselt @dimpase @videlec
Component: numerical
Author: Matthias Koeppe
Branch/Commit:
c8fa4b0
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/20413
The text was updated successfully, but these errors were encountered: