-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
avoid using maxima simplex algo in lattice_polytope #20766
Comments
New commits:
|
Branch: u/chapoton/20766 |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
ok, ready for review |
comment:6
Should use an LP for this, not an IP. Also, since input is exact, consider requesting an exact LP solver by using |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Replying to @mkoeppe:
Not sure what you mean. So far, I have not thought about what this is doing, but If you have precise suggestions, please make them as explicit as possible. |
comment:9
The old code, using Maxima, calls the simplex method to solve an LP. |
comment:10
ok, please pardon my dumb ignorance, but what does IP stands for ? Are you saying that I should use something else than MILP ? If so, what ? |
comment:11
LP = Linear Program = all variables real (continuous) I'm saying that you should use |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
ok, thanks for your patience. It should be good now. |
comment:15
I think the results will be rational, can't just coerce to |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:18
I removed the cast to ZZ. And also I added |
comment:19
patchbot is green |
comment:20
ping ? |
Reviewer: Matthias Koeppe |
comment:21
Looks good now. |
Changed branch from u/chapoton/20766 to |
currently we are using maxima through pexpect in lattice_plytope
let us instead go through the generic MILP setting
CC: @rwst
Component: geometry
Author: Frédéric Chapoton
Branch/Commit:
0c20221
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/20766
The text was updated successfully, but these errors were encountered: