- Timestamp:
- 06/22/12 11:11:38 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Data/3.3/DoubleRange.cs
r7259 r8086 38 38 set { Item2.Value = value; } 39 39 } 40 public double Size { 41 get { return End - Start; } 42 } 40 43 41 44 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.