Changes between Initial Version and Version 1 of Ticket #19523, comment 11
- Timestamp:
- 04/01/16 22:58:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19523, comment 11
initial v1 2 2 3 3 The mapping from MIP variables (and their indexed components) to integer indices (designating backend columns) is determined dynamically, adding a backend column when a MIP variable component is accessed. 4 Because of this there's simply no good way to write correct code that interchanges MIP variables , or to use `LinearFunction`s directly, between two `MixedIntegerLinearProgram`s.4 Because of this there's simply no good way to write correct code that interchanges MIP variables between two `MixedIntegerLinearProgram`s, or to use `LinearFunction`s directly somehow (without referring to the correct MIP's variables).