- Timestamp:
- 07/21/16 04:57:29 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.PTSP/3.3/Moves/TwoPointFiveOpt/TwoPointFiveMove.cs
r14106 r14137 30 30 public sealed class TwoPointFiveMove : Item { 31 31 [Storable] 32 public int Index1 { get; pr ivateset; }32 public int Index1 { get; protected set; } 33 33 [Storable] 34 public int Index2 { get; pr ivateset; }34 public int Index2 { get; protected set; } 35 35 [Storable] 36 public Permutation Permutation { get; pr ivateset; }36 public Permutation Permutation { get; protected set; } 37 37 [Storable] 38 public bool IsInvert { get; pr ivateset; }38 public bool IsInvert { get; protected set; } 39 39 40 40 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.