Changeset 14128 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Encodings/PackingPlans/BinPacking.cs
- Timestamp:
- 07/20/16 14:02:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Encodings/PackingPlans/BinPacking.cs
r14048 r14128 40 40 41 41 [Storable] 42 public ObservableDictionary<int, I> ItemMeasures { get; private set; } // TODO: rename d to item42 public ObservableDictionary<int, I> ItemMeasures { get; private set; } // TODO: rename to items 43 43 44 44 [Storable] 45 public B BinMeasures { get; private set; } 45 public B BinMeasures { get; private set; } 46 46 47 47 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.