-
-
Notifications
You must be signed in to change notification settings - Fork 577
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
Polyhedron.to_linear_program should return the MIP variable used #20301
Comments
comment:1
well, you may have a parameter governing what you return, and defaulting to not returning
|
comment:3
OK, I've followed your suggestion. New commits:
|
Commit: |
Author: Matthias Koeppe |
comment:6
looks good to me. |
comment:7
Reviewer name is missing |
Reviewer: Dima Pasechnik |
Changed branch from u/mkoeppe/polyhedron_to_linear_program_should_return_the_mip_variable_used to |
#18815 introduced
Polyhedron.to_linear_program
-- but there's very little one can do with it.To
one needs the MIP variable (
x
in the code ofto_linear_program
). Currently the only way to do anything is by using the MIP backend.I would propose to return
x
as a second return value, but this of course changes the interface.CC: @nathanncohen @vbraun @videlec @fchapoton @dimpase @jdemeyer
Component: geometry
Author: Matthias Koeppe
Branch/Commit:
280ba21
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/20301
The text was updated successfully, but these errors were encountered: