Changes between Version 6 and Version 7 of Ticket #20331
- Timestamp:
- 05/13/21 04:26:22 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20331 – Description
v6 v7 22 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 `MIPVariable xwith 7 binary components`24 `MIPVariable bar with 7 binary components` 25 25 26 `MIPVariable xwith 5 real components, >= 0, <= 17`26 `MIPVariable bar with 5 real components, >= 0, <= 17`