Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4541 for trunk/tools/Templates


Ignore:
Timestamp:
09/30/10 14:29:44 (14 years ago)
Author:
abeham
Message:

#567

  • fixed minor oversight in problem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLabProblemTemplate/DefaultProblem.cs

    r4214 r4541  
    2828using HeuristicLab.Core;
    2929using HeuristicLab.Data;
    30 using HeuristicLab.Encodings.PermutationEncoding;
    3130using HeuristicLab.Optimization;
    3231using HeuristicLab.Parameters;
     
    3433using HeuristicLab.PluginInfrastructure;
    3534
    36 namespace HeuristicLab.Problems.TravelingSalesman {
     35namespace $rootnamespace$ {
    3736  [Item("$problemName$", "$problemDescription$")]
    3837  [Creatable("Problems")]
Note: See TracChangeset for help on using the changeset viewer.