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.3D/3.3/CuboidIdenticalBinPackingProblem.cs

    r14045 r14046  
    2020#endregion
    2121
    22 using HeuristicLab.Problems.BinPacking.Dimensions;
    23 using HeuristicLab.Problems.BinPacking.Interfaces;
    2422
    25 using HeuristicLab.Problems.BinPacking.PackingItem;
    2623using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2724using HeuristicLab.Core;
    2825using HeuristicLab.Common;
    29 using HeuristicLab.Problems.BinPacking.Evaluators;
    3026using HeuristicLab.Encodings.PermutationEncoding;
    3127using HeuristicLab.Encodings.PackingEncoding.PackingSequence;
     
    3430using HeuristicLab.Encodings.PackingEncoding.MultiComponentVector;
    3531using HeuristicLab.PluginInfrastructure;
    36 using System;
    3732using HeuristicLab.Data;
    38 using HeuristicLab.Problems.BinPacking.Shapes;
     33using HeuristicLab.Problems.BinPacking;
    3934
    40 namespace HeuristicLab.Problems.BinPacking.Problem {
     35namespace HeuristicLab.Problems.BinPacking3D {
    4136  [Item("Bin Packing Problem (3D, identical cuboids) (BPP)", "Represents a three-dimensional bin-packing problem using only bins with identical measures and bins/items with cuboidic shapes.")]
    4237  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.