Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/12/16 19:34:31 (8 years ago)
Author:
gkronber
Message:

#1966: unified namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/Analyzers/BestBinPackingSolutionAnalyzer.cs

    r14045 r14046  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Data;
     27using HeuristicLab.Encodings.PackingEncoding;
    2728using HeuristicLab.Optimization;
    2829using HeuristicLab.Parameters;
    2930using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Problems.BinPacking.Interfaces;
    31 using HeuristicLab.Encodings.PackingEncoding.PackingPlan;
    32 using HeuristicLab.Problems.BinPacking.Shapes;
    33 using HeuristicLab.Problems.BinPacking.Evaluators;
    3431
    35 namespace HeuristicLab.Problems.BinPacking.Analyzers {
     32namespace HeuristicLab.Problems.BinPacking {
    3633  [Item("BestBinPackingSolutionAnalyzer", "An operator for analyzing the best solution of BinPacking Problems given in packingPlan-representation.")]
    3734  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.