Changes between Version 3 and Version 4 of Ticket #20331
- Timestamp:
- 04/03/16 07:03:02 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20331
-
Property
Type
changed from
defect
toenhancement
-
Property
Summary
changed from
MIPVariable misreports its dimension (always 1)
toA MIPVariable's repr should include some useful information
-
Property
Type
changed from
-
Ticket #20331 – Description
v3 v4 20 20 }}} 21 21 22 I think the print method should also print some useful information, such as the name of the variable.22 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). 23 23 24 Update: Apparently "dimension" was supposed to mean something else, see #17463.