Changeset 4106 for trunk/sources/HeuristicLab.Problems.ArtificialAnt
- Timestamp:
- 07/26/10 16:18:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs
r4098 r4106 194 194 195 195 [StorableConstructor] 196 private ArtificialAntProblem(bool deserializing) : base( ) { }196 private ArtificialAntProblem(bool deserializing) : base(deserializing) { } 197 197 public ArtificialAntProblem() 198 198 : base() {
Note: See TracChangeset
for help on using the changeset viewer.