Opened 6 years ago
Last modified 6 years ago
#17463 closed defect
Remove the (deprecate) 'dim' argument of MIP variables — at Initial Version
Reported by: | ncohen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.7 |
Component: | numerical | Keywords: | |
Cc: | dimpase | Merged in: | |
Authors: | Nathann Cohen | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The 'dim' attribute of MIPVariables has been deprecated since 2013-12-06 in
#15489. It was always useless since myvar[a,b]
works and is more practical
than myvar[a][b]
. I had not noticed that when I implemented it
T_T
With this ticket, the problem is solved.
Note: See
TracTickets for help on using
tickets.