-
-
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
A MIPVariable's repr should include some useful information #20331
Milestone
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mkoeppe
changed the title
MIPVariable misreports its dimension (always 1)
A MIPVariable's repr should include some useful information
Apr 3, 2016
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Author: Yuan Zhou |
New commits:
|
Commit: |
comment:10
It should be "0 real components" (plural) |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Matthias Koeppe |
Changed branch from u/yzh/a_mipvariable_s_repr_should_include_some_useful_information to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the print method should instead of "dimension 1" (which apparently means tensor order 1, rather than dimension 1 -- see #17643) print some useful information, such as the name of the variable and the dimension (number of components).
MIPVariable bar with 7 binary components
MIPVariable bar with 5 real components, >= 0, <= 17
CC: @dimpase @videlec @jdemeyer @yuan-zhou
Component: numerical
Author: Yuan Zhou
Branch/Commit:
b2b9b36
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/20331
The text was updated successfully, but these errors were encountered: