Changeset 4541 for trunk/tools/Templates/HeuristicLabProblemTemplate
- Timestamp:
- 09/30/10 14:29:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Templates/HeuristicLabProblemTemplate/DefaultProblem.cs
r4214 r4541 28 28 using HeuristicLab.Core; 29 29 using HeuristicLab.Data; 30 using HeuristicLab.Encodings.PermutationEncoding;31 30 using HeuristicLab.Optimization; 32 31 using HeuristicLab.Parameters; … … 34 33 using HeuristicLab.PluginInfrastructure; 35 34 36 namespace HeuristicLab.Problems.TravelingSalesman{35 namespace $rootnamespace$ { 37 36 [Item("$problemName$", "$problemDescription$")] 38 37 [Creatable("Problems")]
Note: See TracChangeset
for help on using the changeset viewer.