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/PackingSolutionDecoder.cs

    r14045 r14046  
    2121
    2222
    23 using HeuristicLab.Problems.BinPacking.Interfaces;
    2423using HeuristicLab.Core;
    2524using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     
    2726using HeuristicLab.Operators;
    2827using HeuristicLab.Parameters;
    29 using HeuristicLab.Problems.BinPacking.Shapes;
    30 using HeuristicLab.Encodings.PackingEncoding.PackingPlan;
    3128using HeuristicLab.Data;
     29using HeuristicLab.Encodings.PackingEncoding;
    3230
    33 namespace HeuristicLab.Problems.BinPacking.Decoders {
     31namespace HeuristicLab.Problems.BinPacking {
    3432
    3533  [Item("Packing-Solution Decoder", "An operator to create a concrete bin packing solution from a given encoding-instance.")]
Note: See TracChangeset for help on using the changeset viewer.