Changeset 5625 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs
- Timestamp:
- 03/07/11 18:26:01 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.ArtificialAnt/3.3/ArtificialAntProblem.cs
r5578 r5625 39 39 namespace HeuristicLab.Problems.ArtificialAnt { 40 40 [Item("Artificial Ant Problem", "Represents the Artificial Ant problem.")] 41 [Creatable("Problems")]42 41 [StorableClass] 43 42 public sealed class ArtificialAntProblem : ParameterizedNamedItem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.