Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/BottomLeftIntegerVectorDecoder.cs
r14927 r15018 33 33 34 34 [StorableConstructor] 35 protected BottomLeftIntegerVectorDecoder( booldeserializing) : base(deserializing) { }35 protected BottomLeftIntegerVectorDecoder(StorableConstructorFlag deserializing) : base(deserializing) { } 36 36 protected BottomLeftIntegerVectorDecoder(BottomLeftIntegerVectorDecoder original, Cloner cloner) 37 37 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/ExtremePointIntegerVectorDecoder.cs
r14927 r15018 33 33 34 34 [StorableConstructor] 35 protected ExtremePointIntegerVectorDecoder( booldeserializing) : base(deserializing) { }35 protected ExtremePointIntegerVectorDecoder(StorableConstructorFlag deserializing) : base(deserializing) { } 36 36 protected ExtremePointIntegerVectorDecoder(ExtremePointIntegerVectorDecoder original, Cloner cloner) 37 37 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/IntegerVectorDecoderBase.cs
r14927 r15018 32 32 33 33 [StorableConstructor] 34 protected IntegerVectorDecoderBase( booldeserializing) : base(deserializing) { }34 protected IntegerVectorDecoderBase(StorableConstructorFlag deserializing) : base(deserializing) { } 35 35 protected IntegerVectorDecoderBase(IntegerVectorDecoderBase original, Cloner cloner) 36 36 : base(original, cloner) { -
branches/PersistenceReintegration/HeuristicLab.Problems.BinPacking/3.3/2D/IntegerVectorEncoding/IntegerVectorProblem.cs
r14927 r15018 37 37 // persistence 38 38 [StorableConstructor] 39 private IntegerVectorProblem( booldeserializing) : base(deserializing) { }39 private IntegerVectorProblem(StorableConstructorFlag deserializing) : base(deserializing) { } 40 40 41 41 // cloning
Note: See TracChangeset
for help on using the changeset viewer.